Skip to content

Commit

Permalink
fixed yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidu28 committed Jan 19, 2024
1 parent 2cb60bb commit 6679a8e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/go_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ jobs:
- name: Install Unzip
run: sudo apt-get install unzip
- name: Unzip the File 1
run: unzip data/deneb_goerli_slot_7416760.json.zip -d ./data
- name: Unzip the File 2
run: unzip data/deneb_goerli_slot_7413760.json.zip -d ./data
- name: Unzip the File 2
run: unzip data/deneb_goerli_slot_7416760.json.zip -d ./data
- name: Unzip the File 3
run: unzip data/deneb_goerli_slot_7421952.json.zip -d ./data

- name: Set up Go 1.x
uses: actions/setup-go@v2
Expand Down

0 comments on commit 6679a8e

Please sign in to comment.