- correct ci.yml
Some checks failed
CI Pipeline / japa-tests (push) Failing after 52s

This commit is contained in:
Kaimbacher 2023-05-09 14:47:09 +02:00
parent 578c4180f4
commit 7a4710f000

View File

@ -9,9 +9,7 @@ on: [push, pull_request]
jobs: jobs:
japa-tests: japa-tests:
# run build on latest ubuntu # run build on latest ubuntu
runs-on: ubuntu-latest runs-on: ubuntu-latest
container:
image: node:16.x
steps: steps:
# this will check out the current branch (https://github.com/actions/checkout#Push-a-commit-using-the-built-in-token) # this will check out the current branch (https://github.com/actions/checkout#Push-a-commit-using-the-built-in-token)
- name: Check out repository code - name: Check out repository code