Skip to content

Commit

Permalink
Update build-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
atas committed Oct 16, 2023
1 parent 6c308e1 commit ccc50a0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: ghcr.io/atas/ssg-builder:202310141934
image: ghcr.io/atas/ssg-builder:202310152231

steps:
- name: Checkout repository
Expand All @@ -42,10 +42,7 @@ jobs:
# Install Composer dependencies
- name: Install dependencies
run: composer install --prefer-dist --no-progress

- name: Run PHPUnit tests
run: vendor/bin/phpunit
run: composer install --prefer-dist --no-progress --no-dev

- name: Run Ata's SSG HTML Builder
uses: atas/[email protected]
Expand Down

0 comments on commit ccc50a0

Please sign in to comment.