LPD-88949 Use namespaced hostname for workspace URLs #57
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jobs: | |
| test-e2e-basic: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| with: | |
| submodules: true | |
| - uses: actions/setup-java@v4 | |
| with: | |
| distribution: zulu | |
| java-version: "21" | |
| - run: export BATS_FILE_EXTENSION="test.sh" && ./scripts/vendor/bats/bin/bats ./scripts/tests/test-e2e-basic.test.sh | |
| name: Test e2e basic | |
| on: | |
| pull_request: | |
| branches: [master] |