Skip to content

Commit

Permalink
chore: improving ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Sep 3, 2023
1 parent d73386e commit 16ea23b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,9 @@ jobs:
cache: "npm"
cache-dependency-path: ./package-lock.json

- uses: docker-practice/actions-setup-docker@master
if: runner.os == 'macOS'
timeout-minutes: 12

- name: Install dependencies
run: npm ci

- name: Run sandbox
run: npm run localnet:start

- name: Run tests
env:
TESTNET_SUBTOPIA_DISPENSER_MNEMONIC: ${{ secrets.TESTNET_SUBTOPIA_DISPENSER_MNEMONIC }}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
coverage: {
provider: "v8",
reporter: ["text", "json", "html"],
},
hookTimeout: 10_000_000,
Expand Down

0 comments on commit 16ea23b

Please sign in to comment.