We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c184b commit b31daf9Copy full SHA for b31daf9
.github/workflows/check-compliance.yml
@@ -170,9 +170,15 @@ jobs:
170
- name: RUN ls
171
run: |
172
ls -al
173
- tar -xf test_harness.tar
174
- tar -xf ABS.tar
175
- ls -al
+ - name: Extract test harness
+ run: tar -xf test_harness.tar
+ - name: Extract ABS
176
+ run: tar -xf ABS.tar
177
+ - name: RUN ls
178
+ run: |
179
+ ls -al
180
+
181
182
# - name: RUN sally command
183
# run: |
184
# ./privateer/privateer sally ./raid-azure-blob-storage/ABS -c config.yml
0 commit comments