Skip to content

Commit

Permalink
corrected ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DonutsNL committed Nov 14, 2023
1 parent 906f2b3 commit 624f1dd
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
name: CI

on: [push]

jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
- uses: php-action/composer@v6
- run: echo "Composer dependancies have been installed"
- run: vendor/bin/phpunit
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
- uses: php-actions/composer@v6
- run: echo "Composer dependencies have been installed"
- run: vendor/bin/phpunit


0 comments on commit 624f1dd

Please sign in to comment.