Skip to content

Commit

Permalink
update CI test format
Browse files Browse the repository at this point in the history
  • Loading branch information
cortze committed Jan 23, 2025
1 parent db2dd04 commit cfcca1f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ concurrency:

jobs:
go-test:
uses: ipdxco/unified-github-workflows/.github/workflows/[email protected]
with:
go-versions: '["this"]'
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
services:
s3:
image: localstack/localstack:s3-latest
Expand All @@ -29,4 +24,10 @@ jobs:
- DEBUG=${DEBUG:-0}
volumes:
- "./s3_local/init_s3.py:/etc/localstack/init/ready.d/init-s3.py"
test:
uses: ipdxco/unified-github-workflows/.github/workflows/[email protected]
with:
go-versions: '["this"]'
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit cfcca1f

Please sign in to comment.