Refactor: rename to system test (#314)

This commit is contained in:
Hidetake Iwata
2020-06-22 16:22:03 +09:00
committed by GitHub
parent e41fdf3dcd
commit 3c50431a09
10 changed files with 12 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
on: [push]
jobs:
acceptance-test:
system-test:
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/software-installed-on-github-hosted-runners#ubuntu-1804-lts
runs-on: ubuntu-18.04
steps:
@@ -25,5 +25,5 @@ jobs:
- run: sudo apt update
- run: sudo apt install -y libnss3-tools
- run: echo '127.0.0.1 dex-server' | sudo tee -a /etc/hosts
- run: make -C acceptance_test -j3 setup
- run: make -C acceptance_test test
- run: make -C system_test -j3 setup
- run: make -C system_test test