Skip to content

Commit

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

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

0 comments on commit de93801

Please sign in to comment.