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 37b14e2 commit 784e9e4Copy full SHA for 784e9e4
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Download the dependencies (plugins)
44
if: steps.plugincache.outputs.cache-hit != 'true'
45
env:
46
- PLUG_IN_LIST: "monitor control-flow libjpeg-turbo"
+ PLUG_IN_LIST: "monitor control-flow"
47
NIGHTLY_MASTER_VERSION: ${{ vars.NIGHTLY_MASTER_VERSION }}
48
NIGHTLY_STABLE_VERSION: ${{ vars.NIGHTLY_STABLE_VERSION }}
49
NIGHTLY_MAINT_VERSION: ${{ vars.NIGHTLY_MAINT_VERSION }}
@@ -114,4 +114,4 @@ jobs:
114
timeout-minutes: 10
115
steps:
116
- name: Run the tests
117
- run: docker run --rm -i "${DOCKER_REPO}:$GITHUB_REF_NAME" /docker/tests/run_tests.sh
+ run: docker run --rm -i "${DOCKER_REPO}:$GITHUB_REF_NAME" /docker/tests/run_tests.sh
0 commit comments