Skip to content

Commit

Permalink
fix(ci/cd): 👷 remove test from node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mats Nyfløt committed Apr 13, 2024
1 parent 82c6249 commit 3f5bd78
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 48 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,24 +68,3 @@ jobs:
cache: "npm"
- run: npm ci # Clean install packages
- run: npx prettier . --check # Run prettier

test:
timeout-minutes: 60
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npx playwright test
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 30
27 changes: 0 additions & 27 deletions frontend/.github/workflows/playwright.yml

This file was deleted.

0 comments on commit 3f5bd78

Please sign in to comment.