Skip to content

Commit

Permalink
update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
asciito committed Oct 7, 2023
1 parent 76f0293 commit 02345be
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: test-cli
run-name: Testing CLI
name: cli-test
run-name: CLI Test
on:
push:
branches:
- tests
jobs:
test:
runs-on: ubuntu-latest
runs-on: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand All @@ -17,8 +17,8 @@ jobs:
php-version: '8.2'
extensions: zip, mbstring

- name: Setup Dependencies
- name: Install Dependencies
run: composer install --no-interaction --no-progress

- name: Run Test
run: vendor/bin/pest

0 comments on commit 02345be

Please sign in to comment.