Actualiser .github/workflows/ci.yml
Some checks failed
test-ci-simple / test (push) Has been cancelled
Some checks failed
test-ci-simple / test (push) Has been cancelled
This commit is contained in:
26
.github/workflows/ci.yml
vendored
26
.github/workflows/ci.yml
vendored
@@ -1,24 +1,14 @@
|
||||
name: CI
|
||||
name: test-ci-simple
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- develop
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
test:
|
||||
runs-on: self-hosted
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
cache: 'npm'
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
- name: Run unit tests
|
||||
run: npm test -- --runInBand
|
||||
- name: Run e2e tests
|
||||
run: npm run test:e2e -- --runInBand
|
||||
- name: Just echo
|
||||
run: |
|
||||
echo "Runner OK"
|
||||
uname -a
|
||||
|
||||
Reference in New Issue
Block a user