Skip to content

Commit

Permalink
checkout before go setup (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablovarela authored Mar 16, 2023
1 parent 9dffdf2 commit 6ab20c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3

- name: Set up Go 1.20
uses: actions/setup-go@v4
with:
go-version: '1.20'
id: go

- name: Check out code
uses: actions/checkout@v3

- name: Run Acceptance Tests
env:
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sweep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3

- name: Set up Go 1.20
uses: actions/setup-go@v4
with:
go-version: '1.20'
id: go

- name: Check out code
uses: actions/checkout@v3

- name: Run Sweepers
env:
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}
Expand Down

0 comments on commit 6ab20c5

Please sign in to comment.