Skip to content

Commit 8c7fb30

Browse files
authored
Merge pull request #2996 from craigcomstock/tidy-3.24
Tidied up some not needed steps in tests workflow (3.24)
2 parents 58ed2b6 + cfffc07 commit 8c7fb30

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@ jobs:
3131
cd masterfiles
3232
./autogen.sh --prefix=$INSTDIR > autogen.log 2>&1
3333
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
4134
- name: Install Masterfiles
4235
run: make -C masterfiles install
4336
- name: Validate policy with cf-promises

0 commit comments

Comments
 (0)