Skip to content

Commit

Permalink
chore: rename workflow job;
Browse files Browse the repository at this point in the history
  • Loading branch information
ondreian committed Oct 9, 2024
1 parent d9c3e7e commit 992eb31
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ci.yaml → .github/workflows/puppeteer.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: puppeteer tests

on:
push:
Expand All @@ -8,8 +8,8 @@ on:

jobs:
build:
name: Build and Test
timeout-minutes: 15
name: puppeteer tests
timeout-minutes: 5
runs-on: ubuntu-latest

steps:
Expand All @@ -26,8 +26,5 @@ jobs:
- name: Install dependencies
run: npm install --frozen-lockfile

- name: Build
run: npm run build build

- name: Test
run: npm run test
run: npm run test:puppeteer

0 comments on commit 992eb31

Please sign in to comment.