We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef324b commit d3202f8Copy full SHA for d3202f8
1 file changed
.github/workflows/Matrix XP.yml
@@ -52,6 +52,12 @@ jobs:
52
echo "CANCEL:"
53
echo ${{ steps.prebuild-checks.outputs.cancel }}
54
55
+ - uses: actions/cache@v2
56
+ id: restore-build
57
+ with:
58
+ path: ./*
59
+ key: ${{ github.sha }}
60
+
61
62
## BUILD ##############################################################################
63
job-build:
@@ -67,6 +73,28 @@ jobs:
67
73
run:
68
74
shell: bash
69
75
steps:
76
77
+ - name: "✔️ ls"
78
+ run: |
79
+ pwd
80
+ ls -als $(pwd)
81
+ ls -als ~
82
+ ls -Rals ~/artifacts
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
70
98
- name: "✔️ TEST matrix"
71
99
run: |
72
100
echo "MATRIX:"
0 commit comments