Skip to content

Commit

Permalink
chore: updated workflow to install atlas
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldziher committed Aug 28, 2023
1 parent 8f6d3ed commit 5f574f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-tests-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v3

- name: Setup Golang
uses: actions/setup-go@v4
with:
Expand All @@ -41,7 +40,9 @@ jobs:
if: steps.cached-go-dependencies.outputs.cache-hit != 'true'
shell: bash
run: go get -v -t ./...

- name: Install Atlas
shell: bash
run: curl -sSf https://atlasgo.sh | sh
- name: Authenticate with GCP
id: auth
uses: google-github-actions/[email protected]
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci-tests-ts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup Node
uses: actions/setup-node@v3
with:
Expand All @@ -46,7 +45,6 @@ jobs:
restore-keys: ${{ runner.os }}-pnpm-store-
- name: Install Node dependencies
run: pnpm install -r

- name: Test
run: pnpm run test:coverage
- name: Coverage
Expand Down

0 comments on commit 5f574f7

Please sign in to comment.