ci: fix failing tests
This commit is contained in:
parent
2c697ddc14
commit
ac87810e0a
1 changed files with 7 additions and 9 deletions
16
.github/workflows/test.yml
vendored
16
.github/workflows/test.yml
vendored
|
@ -13,9 +13,6 @@ jobs:
|
||||||
# permissions required for nix caching to work properly
|
# permissions required for nix caching to work properly
|
||||||
id-token: write
|
id-token: write
|
||||||
contents: read
|
contents: read
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
shell: devenv shell bash -- -e {0}
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: cachix/install-nix-action@v26
|
- uses: cachix/install-nix-action@v26
|
||||||
|
@ -24,11 +21,12 @@ jobs:
|
||||||
name: devenv
|
name: devenv
|
||||||
- name: Install devenv.sh
|
- name: Install devenv.sh
|
||||||
run: nix profile install nixpkgs#devenv
|
run: nix profile install nixpkgs#devenv
|
||||||
shell: bash -e {0}
|
|
||||||
- name: Cache turbo build
|
- name: Cache turbo build
|
||||||
uses: dtinth/setup-github-actions-caching-for-turbo@v1
|
uses: dtinth/setup-github-actions-caching-for-turbo@v1
|
||||||
- run: pnpm install
|
- shell: devenv shell bash -- -e {0}
|
||||||
- run: pnpm lint
|
run: |
|
||||||
- run: pnpm build
|
pnpm install
|
||||||
- run: pnpm test:unit
|
pnpm lint
|
||||||
- run: pnpm test:e2e
|
pnpm build
|
||||||
|
pnpm test:unit
|
||||||
|
pnpm test:e2e
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue