Skip to content

Commit

Permalink
run tests even if build fails
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jul 26, 2021
1 parent f68ef8f commit ea29575
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run-tests.yml
Expand Up @@ -282,6 +282,9 @@ jobs:

runs-on: ubuntu-latest

needs: build
if: always()

strategy:
matrix:
distro-version: [20.04]
Expand Down Expand Up @@ -309,8 +312,6 @@ jobs:
ports:
- 8082:80

needs: build

steps:

- name: Print disk space
Expand Down

0 comments on commit ea29575

Please sign in to comment.