From 455dbb183725a466e250420e20e2155dc36186ee Mon Sep 17 00:00:00 2001 From: Flouse <1297478+Flouse@users.noreply.github.com> Date: Mon, 23 Oct 2023 10:16:57 +0000 Subject: [PATCH] chore(CI): rm the `fetch-binaries` step in build-gwos-and-test workflow --- .../workflows/{gwos-scripts.yml => scripts.yml} | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) rename .github/workflows/{gwos-scripts.yml => scripts.yml} (89%) diff --git a/.github/workflows/gwos-scripts.yml b/.github/workflows/scripts.yml similarity index 89% rename from .github/workflows/gwos-scripts.yml rename to .github/workflows/scripts.yml index 70c7236fc..e1f449107 100644 --- a/.github/workflows/gwos-scripts.yml +++ b/.github/workflows/scripts.yml @@ -1,17 +1,16 @@ -name: Scripts test +name: GWOS Scripts Tests on: merge_group: types: [checks_requested] push: - # TODO: remove this comment - # paths: - # - 'gwos/**' - # - 'crates/tests/src/script_tests/**' + paths: + - 'gwos/**' + - 'crates/tests/src/script_tests/**' pull_request: paths: - - 'gwos/**' - - 'crates/tests/src/script_tests/**' + - 'gwos/**' + - 'crates/tests/src/script_tests/**' jobs: check-c-format: @@ -87,10 +86,6 @@ jobs: working-directory: gwos run: tools/backup-capsule-cache.sh - # TODO: remove this - - name: Copy contracts from prebuild docker images - run: devtools/fetch-binaries.sh - - name: Test C Uint256 run: cargo test -p c-uint256-tests - name: Script tests