Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Apr 24, 2023
1 parent c3043bb commit 80fc88f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@ jobs:
go-version: ${{ env.GO_VERSION }}
- name: Unit Tests
env:
GITHUB_TOKEN: ${{ secrets.FLYTE_BOT_PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: make install && make test_unit_codecov
- name: Push CodeCov
uses: codecov/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.FLYTE_BOT_PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: coverage.txt
flags: unittests
Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:
args: release --rm-dist
workdir: ${{ matrix.package }}
env:
GITHUB_TOKEN: ${{ secrets.FLYTE_BOT_PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

bump_component_version:
needs: [ changes, bump_version, goreleaser ]
Expand Down Expand Up @@ -348,6 +348,7 @@ jobs:
type=raw,value=${{ matrix.package }}
type=sha,format=long,prefix=
- name: Build and Push Image
if : ${{ matrix.package == 'flyteadmin' || matrix.package == 'flytepropeller' || matrix.package == 'flytecopilot' || matrix.package == 'datacatalog' }}
uses: docker/build-push-action@v3
with:
context: ../
Expand Down

0 comments on commit 80fc88f

Please sign in to comment.