Skip to content

Commit

Permalink
introduce acceptance test --skip ci
Browse files Browse the repository at this point in the history
  • Loading branch information
overclokk committed May 30, 2024
1 parent 8c3a50c commit b47c4ae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,11 @@ jobs:
run: |
./vendor/bin/codecept run unit --coverage-text
./vendor/bin/codecept run integration
- name: Start dev server
run: php -S ${{env.APP_HOST}}:${{env.APP_PORT}} -t ${{env.APP_FOLDER_PATH}} >/dev/null 2>&1 &

- name: Run Functional test
working-directory: ${{env.APP_FOLDER_PATH}}/wp-content/${{env.PROJECT_KIND}}/${{ github.event.repository.name }}
run: |
./vendor/bin/codecept run functional --debug

0 comments on commit b47c4ae

Please sign in to comment.