Actions: Add boot tests

pull/158/head
Andre Richter 2 years ago
parent 73003ce8e6
commit 55499d0c61
No known key found for this signature in database
GPG Key ID: 2116C1AB102F615E

@ -1,4 +1,4 @@
name: Unit-Tests name: Boot-and-Unit-Tests
on: on:
push: push:
@ -20,7 +20,7 @@ on:
jobs: jobs:
build: build:
name: Run unit tests name: Run boot and unit tests
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
@ -37,4 +37,5 @@ jobs:
bundle install --retry 3 bundle install --retry 3
- name: Make all - name: Make all
run: | run: |
bundle exec ruby utils/devtool.rb test_boot
bundle exec ruby utils/devtool.rb test_unit bundle exec ruby utils/devtool.rb test_unit

Loading…
Cancel
Save