Skip to content

Commit

Permalink
github: require system tests to pass before triggering LP build
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
  • Loading branch information
simondeziel committed Apr 10, 2024
1 parent 2cf85b9 commit f54aa34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
chmod +x ~
cd microcloud/test
sudo --preserve-env=TEST_STORAGE_SOURCE ./main.sh
sudo --preserve-env=GITHUB_ACTIONS,TEST_STORAGE_SOURCE ./main.sh
documentation-checks:
Expand All @@ -167,7 +167,7 @@ jobs:
snap:
name: Trigger snap edge build
runs-on: ubuntu-22.04
needs: [code-tests, documentation-checks]
needs: [code-tests, system-tests, documentation-checks]
if: ${{ github.repository == 'canonical/microcloud' && github.event_name == 'push' && github.actor != 'dependabot[bot]' }}
steps:
- name: Checkout code
Expand Down

0 comments on commit f54aa34

Please sign in to comment.