Skip to content

Commit

Permalink
fix: action build (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
danadajian authored May 9, 2024
1 parent 0c1288b commit e2a8960
Show file tree
Hide file tree
Showing 6 changed files with 31,319 additions and 28,126 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: '${{ github.workflow }}-${{ github.ref }}'
cancel-in-progress: true

jobs:
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.cache/Cypress
key: ${{ runner.os }}-cypress-${{ hashFiles('**/pnpm-lock.yaml') }}
key: "${{ runner.os }}-cypress-${{ hashFiles('**/pnpm-lock.yaml') }}"

- name: Install
run: pnpm install
Expand All @@ -48,9 +48,6 @@ jobs:
- name: Format Code
run: pnpm format

- name: Setup Bun
uses: oven-sh/setup-bun@v1

- name: Test
run: pnpm nx affected --target=test

Expand Down
Loading

0 comments on commit e2a8960

Please sign in to comment.