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 dd11bd9 commit 95067e2Copy full SHA for 95067e2
.github/workflows/ci_cd.yml
@@ -65,6 +65,12 @@ jobs:
65
- name: Test with pytest
66
# Only the tox environment specified in the tox.ini gh-actions is run
67
run: pytest
68
+
69
+ - name: Upload ansys-sherlock artifact
70
+ - uses: actions/upload-artifact@v3
71
+ with:
72
+ name: ansys-sherlock
73
+ path: dist
74
75
docs:
76
name: Documentation
@@ -124,7 +130,7 @@ jobs:
124
130
125
131
- uses: actions/download-artifact@v3
126
132
with:
127
- name: pysherlock-client
133
128
134
path: dist
129
135
136
# list current directory
0 commit comments