Fix typo in Actions
Environment Setup Test / Explore-Gitea-Actions (push) Has been cancelled Details

pull/4/head
drunkendog 2023-08-26 19:47:22 +01:00
parent 8fdf3d75ee
commit 57fb1ddb09
1 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,8 @@ jobs:
uses: actions/checkout@v3
- run: cd ${{ github.workspace }}
- name: Run repository setup scripts
run: sh setup.sh
run: sh scripts/get-docker.sh
run: |
sh setup.sh
sh scripts/get-docker.sh
- name: Check if Docker was installed
run: docker run hello-world