Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryun1 committed Oct 4, 2024
1 parent fe35a64 commit f7ab746
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-start-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ jobs:
steps:
- name: Check out the repository to the runner
uses: actions/checkout@v4

- name: Set up Docker
run: |
sudo apt-get update
sudo apt-get install -y docker-compose
- name: Start node, wait 60s then stop node
shell: bash
run: |
Expand Down

0 comments on commit f7ab746

Please sign in to comment.