Merge pull request #274 from fkautz/pr_out_swapping_order_of_test_and_integration_tests_unit_tests_should_run_first

This commit is contained in:
Andrea Luzzardi
2021-04-04 22:37:41 -07:00
committed by GitHub

View File

@@ -72,10 +72,11 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Test
run: |
make test
- name: Integration test - name: Integration test
run: | run: |
make integration make integration
- name: Test
run: |
make test