Test with help message
This commit is contained in:
6
.github/workflows/nightly.yml
vendored
6
.github/workflows/nightly.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
|||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: /workspace/tliu93/home-automation-backend/src/home-automation-backend
|
path: ${GITHUB_WORKSPACE}/src/home-automation-backend
|
||||||
name: home-automation-backend_build_${{ github.run_number }}
|
name: home-automation-backend_build_${{ github.run_number }}
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
||||||
@@ -36,9 +36,7 @@ jobs:
|
|||||||
name: home-automation-backend_build_${{ github.run_number }}
|
name: home-automation-backend_build_${{ github.run_number }}
|
||||||
- name: Print helping message
|
- name: Print helping message
|
||||||
run: |
|
run: |
|
||||||
echo ${GITHUB_WORKSPACE}
|
${GITHUB_WORKSPACE}/home-automation-backend help
|
||||||
pwd
|
|
||||||
ls -lR
|
|
||||||
|
|
||||||
nightly-tests:
|
nightly-tests:
|
||||||
runs-on: [ubuntu-latest, cloud]
|
runs-on: [ubuntu-latest, cloud]
|
||||||
|
|||||||
Reference in New Issue
Block a user