add 1 min timeout to test node workflow #3
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: test start node | |
on: | |
pull_request: | |
branches: [ "main" ] | |
jobs: | |
test-start-docker: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out the repository to the runner | |
uses: actions/checkout@v4 | |
- name: Run a script | |
shell: bash | |
run: | | |
timeout 1m ./start-docker.sh |