diff --git a/.github/workflows/cross-compile.yml b/.github/workflows/cross-compile.yml index a24c2f6bfe4909bfc2f4427bb02c49dc2014a951..7fbcf5b0d08735edb03652be7718ea9802894999 100644 --- a/.github/workflows/cross-compile.yml +++ b/.github/workflows/cross-compile.yml @@ -19,7 +19,7 @@ jobs: run: pip install -r $GITHUB_WORKSPACE/requirements.txt - name: Translate profiles - run: $GITHUB_WORKSPACE/.ci_scripts/full-test/translate_profiles.sh + run: $GITHUB_WORKSPACE/.ci_scripts/firewall-test/translate_profiles.sh - name: Run cross-compilation run: $GITHUB_WORKSPACE/build.sh -d $GITHUB_WORKSPACE -t $GITHUB_WORKSPACE/openwrt/tl-wdr4900.cmake @@ -37,7 +37,7 @@ jobs: submodules: recursive - name: Translate profiles - run: $GITHUB_WORKSPACE/.ci_scripts/full-test/translate_profiles.sh -r 50 + run: $GITHUB_WORKSPACE/.ci_scripts/firewall-test/translate_profiles.sh -r 50 - name: Run cross-compilation run: $GITHUB_WORKSPACE/build.sh -d $GITHUB_WORKSPACE -t $GITHUB_WORKSPACE/openwrt/tl-wdr4900.cmake @@ -55,7 +55,7 @@ jobs: submodules: recursive - name: Translate profiles - run: $GITHUB_WORKSPACE/.ci_scripts/full-test/translate_profiles.sh -p 0.5 + run: $GITHUB_WORKSPACE/.ci_scripts/firewall-test/translate_profiles.sh -p 0.5 - name: Run cross-compilation run: $GITHUB_WORKSPACE/build.sh -d $GITHUB_WORKSPACE -t $GITHUB_WORKSPACE/openwrt/tl-wdr4900.cmake