Skip to content

Commit

Permalink
Fix broken admin tests on master merge (flyteorg#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
Katrina Rogan authored Mar 18, 2021
1 parent f1a2e76 commit 1b8d422
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions flyteadmin/.github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
fetch-depth: '0'
- name: Bump version and push tag
id: bump-version
uses: anothrNick/github-tag-action@1.17.2
uses: anothrNick/github-tag-action@1.34.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
Expand Down Expand Up @@ -121,11 +121,10 @@ jobs:
name: Run tests and lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- name: Checkout
uses: actions/checkout@v2
- name: Unit Tests
uses: cedrickring/golang-action@1.5.2
uses: cedrickring/golang-action@1.7.0
env:
GO111MODULE: "on"
with:
Expand All @@ -137,7 +136,7 @@ jobs:
flags: unittests
fail_ci_if_error: true
- name: Lint
uses: cedrickring/golang-action@1.5.2
uses: cedrickring/golang-action@1.7.0
env:
GO111MODULE: "on"
with:
Expand Down

0 comments on commit 1b8d422

Please sign in to comment.