Skip to content

Commit e46eceb

Browse files
authored
Update main.yml
1 parent a4a65af commit e46eceb

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
mkdir $test_reports
4949
chmod 777 $test_reports
5050
51+
# Same for artifact directory
5152
mkdir $artifact_dir
5253
chmod 777 $artifact_dir
5354
@@ -62,10 +63,6 @@ jobs:
6263
run: |
6364
echo "zpm \"install testcoverage\":1:1" > install-testcoverage
6465
docker exec --interactive $instance iris session $instance -B < install-testcoverage
65-
# WOrkaround for permissions issues in TestCoverage (creating directory for source export)
66-
chmod 777 $GITHUB_WORKSPACE
67-
chmod -R 777 $GITHUB_WORKSPACE/tests/_reference/compare
68-
6966
7067
- name: Build and Test
7168
run: |
@@ -85,7 +82,7 @@ jobs:
8582
echo "halt" >> package
8683
docker exec --interactive $instance iris session $instance -B < package
8784
88-
- name: Attache CE Artifact
85+
- name: Attach CE Artifact
8986
uses: actions/upload-artifact@v1
9087
if: always()
9188
with:

0 commit comments

Comments
 (0)