Skip to content

Commit

Permalink
Swapped from TravisCI to Github Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
stepjam committed Feb 6, 2021
1 parent 3bfab4f commit ab716c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/task_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

- name: Install
- name: Test
run: |
sudo apt-get install -y xvfb qtbase5-dev qtdeclarative5-dev libqt5webkit5-dev libsqlite3-dev qt5-default qttools5-dev-tools
# start xvfb in the background
Expand All @@ -48,7 +48,4 @@ jobs:
cd ../
pip3 install -r requirements.txt
- name: Test
run: |
python3 -m unittest discover tests/demos
5 changes: 1 addition & 4 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

- name: Install
- name: Test
run: |
sudo apt-get install -y xvfb qtbase5-dev qtdeclarative5-dev libqt5webkit5-dev libsqlite3-dev qt5-default qttools5-dev-tools
# start xvfb in the background
Expand All @@ -48,7 +48,4 @@ jobs:
cd ../
pip3 install -r requirements.txt
- name: Test
run: |
python3 -m unittest discover tests/unit

0 comments on commit ab716c8

Please sign in to comment.