Skip to content

Commit

Permalink
chore(ci): re-enable rosetta-validation (#3780)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez authored Dec 3, 2024
1 parent a284e0e commit acc345d
Showing 1 changed file with 32 additions and 33 deletions.
65 changes: 32 additions & 33 deletions .github/workflows/_rust_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,39 +159,38 @@ jobs:
eval ${command}
# # Disabled
# rosetta-validation:
# timeout-minutes: 45
# runs-on: [self-hosted]
# steps:
# - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

# - name: Setup environment
# run: .github/scripts/rosetta/setup.sh
# shell: bash

# - name: Start local IOTA network
# run: |
# iota start --no-full-node &
# shell: bash

# - name: Start Rosetta servers
# run: .github/scripts/rosetta/start_rosetta.sh
# shell: bash

# - name: Sleep for 20 seconds
# run: sleep 20s
# shell: bash

# - name: Run check:construction test
# run: |
# ./bin/rosetta-cli --configuration-file rosetta_cli.json check:construction
# shell: bash

# - name: Run check:data test
# run: |
# ./bin/rosetta-cli --configuration-file rosetta_cli.json check:data
# shell: bash
rosetta-validation:
timeout-minutes: 45
runs-on: [self-hosted]
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

- name: Setup environment
run: .github/scripts/rosetta/setup.sh
shell: bash

- name: Start local IOTA network
run: |
iota start --no-full-node &
shell: bash

- name: Start Rosetta servers
run: .github/scripts/rosetta/start_rosetta.sh
shell: bash

- name: Sleep for 20 seconds
run: sleep 20s
shell: bash

- name: Run check:construction test
run: |
./bin/rosetta-cli --configuration-file rosetta_cli.json check:construction
shell: bash

- name: Run check:data test
run: |
./bin/rosetta-cli --configuration-file rosetta_cli.json check:data
shell: bash

graphql-rpc:
name: graphql-rpc
Expand Down

0 comments on commit acc345d

Please sign in to comment.