chore(deps): bump the github-actions group across 1 directory with 2 updates #187
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: blog test | |
on: | |
workflow_dispatch: | |
pull_request: | |
push: | |
env: | |
CALLBACK_ENABLE: true | |
jobs: | |
build: | |
name: Test | |
runs-on: ubuntu-latest | |
env: | |
GO111MODULE: on | |
steps: | |
- name: Set up Go 1.21 | |
uses: actions/setup-go@v5 | |
with: | |
go-version: 1.21 | |
id: go | |
- name: Check out code into the Go module directory | |
uses: actions/checkout@v4 | |
- name: Create e2e test | |
run: | | |
echo "...test e2e" |