Skip to content

Commit

Permalink
ci: test the js
Browse files Browse the repository at this point in the history
  • Loading branch information
nilslice committed Jan 18, 2024
1 parent 0d60b72 commit 82322ee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ on:
pull_request:

jobs:
test_actism:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: node tests.js

ci_example_pipelines:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 82322ee

Please sign in to comment.