Skip to content

Commit

Permalink
Merge pull request #147 from cupcakearmy/actix-2-axum
Browse files Browse the repository at this point in the history
Actix 2 axum
  • Loading branch information
cupcakearmy authored Aug 27, 2024
2 parents b60a079 + d70bee1 commit 6b5eea3
Show file tree
Hide file tree
Showing 41 changed files with 1,191 additions and 1,633 deletions.
File renamed without changes.
13 changes: 8 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4

# Node
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
cache: 'pnpm'
Expand All @@ -27,13 +27,16 @@ jobs:

- name: Prepare
run: |
pnpm install --frozen-lockfile
pnpm install
pnpm exec playwright install --with-deps
pnpm run test:prepare
- name: Run your tests
run: pnpm test
- uses: actions/upload-artifact@v3

- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
name: test-results
path: test-results
name: playwright-report
path: test-results/
retention-days: 7
Loading

0 comments on commit 6b5eea3

Please sign in to comment.