diff options
-rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8b605847e..7db871149 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
@@ -59,7 +59,7 @@ jobs: | |||
59 | tar xf ffmpeg-release-4.3.1-64bit-static.tar.xz | 59 | tar xf ffmpeg-release-4.3.1-64bit-static.tar.xz |
60 | mkdir -p $HOME/bin | 60 | mkdir -p $HOME/bin |
61 | cp ffmpeg-*/{ffmpeg,ffprobe} $HOME/bin | 61 | cp ffmpeg-*/{ffmpeg,ffprobe} $HOME/bin |
62 | echo "::add-path::$HOME/bin" | 62 | echo "$HOME/bin" >> $GITHUB_PATH |
63 | 63 | ||
64 | - name: Cache Node.js modules | 64 | - name: Cache Node.js modules |
65 | uses: actions/cache@v2 | 65 | uses: actions/cache@v2 |
@@ -88,7 +88,7 @@ jobs: | |||
88 | - name: Set env test variable (schedule) | 88 | - name: Set env test variable (schedule) |
89 | if: github.event_name != 'schedule' | 89 | if: github.event_name != 'schedule' |
90 | run: | | 90 | run: | |
91 | echo "::set-env name=DISABLE_HTTP_IMPORT_TESTS::true" | 91 | echo "DISABLE_HTTP_IMPORT_TESTS=true" >> $GITHUB_ENV |
92 | 92 | ||
93 | - name: Run Test | 93 | - name: Run Test |
94 | # external-plugins tests only run on schedule | 94 | # external-plugins tests only run on schedule |