We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e73abe1 commit 2a9d054Copy full SHA for 2a9d054
template/.github/workflows/integration-test.yml
@@ -32,17 +32,6 @@ jobs:
32
# volumes:
33
# - .:/mnt
34
steps:
35
- - name: Override integration test options for scheduled run
36
- if: github.event_name == 'schedule'
37
- shell: bash
38
- run: |
39
- set -euo pipefail
40
-
41
- echo "TEST_PLATFORM=$DEFAULT_TEST_PLATFORM" | tee -a "$GITHUB_ENV"
42
- echo "TEST_ARCHITECTURE=$DEFAULT_TEST_ARCHITECTURE" | tee -a "$GITHUB_ENV"
43
- echo "TEST_RUN=$DEFAULT_TEST_RUN" | tee -a "$GITHUB_ENV"
44
- echo "TEST_PARAMETER=$DEFAULT_TEST_PARAMETER" | tee -a "$GITHUB_ENV"
45
46
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
47
with:
48
persist-credentials: false
0 commit comments