Skip to content

Commit

Permalink
fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddy J committed Nov 20, 2023
1 parent b197c55 commit 4ce6a4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ 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/goerli_slot_6397852.json.zip -d ./data
- name: Unzip the File 2
run: unzip data/goerli_slot_6397952.json.zip -d /data/
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/goerli_slot_6399998.json.zip -d ./data

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

0 comments on commit 4ce6a4e

Please sign in to comment.