Skip to content

Commit

Permalink
workflow: fix name + playwright install
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMysterius committed Aug 30, 2024
1 parent e4662f6 commit 15c73a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/builds+tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

jobs:
tests:
name: Build
name: Testing
runs-on: ubuntu-latest

permissions:
Expand All @@ -23,6 +23,9 @@ jobs:
- name: PNPM Install
run: 'npm install -g pnpm'

- name: Playwright Install
run: 'pnpm exec playwright install'

- name: Install Dependencies
run: 'pnpm install --frozen-lockfile'

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
schedule:
- cron: '0 0 * * *'


jobs:
nightly:
name: Build Docker Image Nightly
Expand Down

0 comments on commit 15c73a9

Please sign in to comment.