Skip to content

Commit

Permalink
chore(CI): rm the fetch-binaries step in build-gwos-and-test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Flouse committed Oct 24, 2023
1 parent ade3473 commit 2c43556
Showing 1 changed file with 6 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2c43556

Please sign in to comment.