diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 350e848..3c27c76 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }} diff --git a/.github/workflows/sweep.yml b/.github/workflows/sweep.yml index 84a32c3..6cef1eb 100644 --- a/.github/workflows/sweep.yml +++ b/.github/workflows/sweep.yml @@ -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 }}