Skip to content

Commit

Permalink
chore: update test env on ci (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabien0102 authored Apr 3, 2024
1 parent ce6995a commit 1dd3d73
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: Tests

on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 18.10.0
- run: npm ci
- run: npm test
name: Tests

on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
- run: npm ci
- run: npm test

0 comments on commit 1dd3d73

Please sign in to comment.