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.
2 parents 58ed2b6 + cfffc07 commit 8c7fb30Copy full SHA for 8c7fb30
.github/workflows/tests.yml
@@ -31,13 +31,6 @@ jobs:
31
cd masterfiles
32
./autogen.sh --prefix=$INSTDIR > autogen.log 2>&1
33
cd ..
34
- - name: Prepare Artifacts for Uploading
35
- run: tar -zcvf /tmp/workspace.tgz ./ && mv /tmp/workspace.tgz ./
36
- - name: Upload The Workspace as Artifact
37
- uses: actions/upload-artifact@v3
38
- with:
39
- name: workspace
40
- path: workspace.tgz
41
- name: Install Masterfiles
42
run: make -C masterfiles install
43
- name: Validate policy with cf-promises
0 commit comments