Skip to content

Commit

Permalink
Merge branch 'main' into feat/edit-api-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
clepski committed Oct 25, 2024
2 parents 78b922f + 8b06a37 commit 146de19
Show file tree
Hide file tree
Showing 16 changed files with 643 additions and 73 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
run: |
npm i @nx/nx-linux-x64-gnu
npm clean-install
npx playwright install chromium --with-deps
npm run-script test
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ jobs:
run: |
npm i @nx/nx-linux-x64-gnu
npm clean-install
npx playwright install chromium --with-deps
npm run-script test
Loading

0 comments on commit 146de19

Please sign in to comment.