Try a simple download
Some checks failed
Continuous Stack Deployment Test / Deploy test stack (push) Failing after 41s

This commit is contained in:
David Boreham 2024-06-06 13:33:47 -06:00
parent 9177e30f1e
commit 4658d212a5

View File

@ -50,6 +50,11 @@ jobs:
name: test-deployment-data name: test-deployment-data
path: | path: |
deployments deployments
- name: "Test download artifact"
uses: actions/download-artifact@v4
with:
name: deployments
path: new-deployments
- name: "Show checked out files" - name: "Show checked out files"
run: ls -lR run: ls -lR
- name: "Deploy test stack" - name: "Deploy test stack"