Skip to content

Commit

Permalink
Fix "Terminus 3.x nightly tests" workflow (#2230)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei Churilo authored Oct 18, 2021
1 parent 42d00c1 commit 0ac7fe4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/3x_nightly_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
- name: Phar Build
run: composer phar:build
- name: permissions
run: chmod +x ./t3
- name: Save t3.phar as artifact
run: chmod +x ./terminus
- name: Save terminus.phar as artifact
uses: actions/upload-artifact@v2
with:
name: t3-phar
path: t3
name: terminus-phar
path: terminus
if-no-files-found: error

functional:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Download terminus.phar as artifact
uses: actions/download-artifact@v2
with:
name: t3-phar
name: terminus-phar
- name: Install Composer Dependencies
run: composer install --no-interaction --prefer-dist
- name: Functional Tests (short and long)
Expand Down

0 comments on commit 0ac7fe4

Please sign in to comment.