Skip to content

Commit

Permalink
Add xtest workflow trigger on PR (#310)
Browse files Browse the repository at this point in the history
* trigger xtest workflow

* fix workflow naming

* re-trigger

* rm comment

* comment out, trigger

* trigger

* xtest working on main
  • Loading branch information
elizabethhealy authored Jul 25, 2024
1 parent 4efa118 commit 632864f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,12 @@ jobs:
run: |-
./wait-and-test.sh platform
platform-xtest:
needs: platform-roundtrip
uses: opentdf/tests/.github/workflows/xtest.yml@main
with:
js-ref: ${{ github.ref }}

deliver-ghp:
needs:
- lib
Expand All @@ -259,6 +265,7 @@ jobs:
- scripts
- backend-roundtrip
- platform-roundtrip
- platform-xtest
runs-on: ubuntu-latest
timeout-minutes: 5
# To publish from a release or feature branch, remove the ref == condition below
Expand Down

0 comments on commit 632864f

Please sign in to comment.