Skip to content

Commit

Permalink
confused
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Rash <15827604+jordan-rash@users.noreply.github.com>
  • Loading branch information
jordan-rash committed Aug 19, 2024
1 parent 19132d9 commit ebe3644
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ jobs:
go install -v
-
name: Copy Config
run: cp ./test/smoke_config.json /tmp/nex.json
run: |
pwd
ls -lah
cp ./test/smoke_config.json /tmp/nex.json
-
name: NEX node preflight
run: |
Expand Down

0 comments on commit ebe3644

Please sign in to comment.