Skip to content

Commit

Permalink
SKA-472: Adding trigger for internal integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikHerr committed Jun 13, 2024
1 parent a8ca214 commit a34f730
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,17 @@ jobs:
- if: always()
run: rm -rfv * .??*

run-integration-tests:
env:
GH_ENTERPRISE_TOKEN: ${{ secrets.PAT }}
GH_HOST: ${{ vars.GHE_HOST }}
runs-on: windows
needs: [build-windows, build-linux]
steps:
- name: Trigger integration tests
run: |
gh workflow run testAutomation.yaml -R ${{ vars.SUPPLEMENTS_LOC }} -F fmu-importer-run-id=${{ github.run_id }} -F branch-name=${{ github.ref_name }} -F commit-full-sha=${{ github.sha }}
# Prune any dangling docker images
cleanup-linux:
runs-on: [Linux, Docker, self-hosted, ska-runner]
Expand Down

0 comments on commit a34f730

Please sign in to comment.