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 42d00c1 commit 0ac7fe4Copy full SHA for 0ac7fe4
.github/workflows/3x_nightly_tests.yml
@@ -31,12 +31,12 @@ jobs:
31
- name: Phar Build
32
run: composer phar:build
33
- name: permissions
34
- run: chmod +x ./t3
35
- - name: Save t3.phar as artifact
+ run: chmod +x ./terminus
+ - name: Save terminus.phar as artifact
36
uses: actions/upload-artifact@v2
37
with:
38
- name: t3-phar
39
- path: t3
+ name: terminus-phar
+ path: terminus
40
if-no-files-found: error
41
42
functional:
@@ -75,7 +75,7 @@ jobs:
75
- name: Download terminus.phar as artifact
76
uses: actions/download-artifact@v2
77
78
79
- name: Install Composer Dependencies
80
run: composer install --no-interaction --prefer-dist
81
- name: Functional Tests (short and long)
0 commit comments