This commit is contained in:
@@ -50,6 +50,11 @@ jobs:
|
||||
name: test-deployment-data
|
||||
path: |
|
||||
deployments
|
||||
- name: "Test download artifact"
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: deployments
|
||||
path: new-deployments
|
||||
- name: "Show checked out files"
|
||||
run: ls -lR
|
||||
- name: "Deploy test stack"
|
||||
|
||||
Reference in New Issue
Block a user