Skip to content

Commit 6278cbd

Browse files
committed
Run new PHP integration tests in CI
1 parent 7274fda commit 6278cbd

File tree

2 files changed

+4
-77
lines changed

2 files changed

+4
-77
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
- name: Install Nix
3030
uses: DeterminateSystems/determinate-nix-action@v3
3131

32+
- name: Run tests
33+
run: nix flake check
34+
working-directory: dev
35+
3236
- name: Build plugin zip
3337
run: |
3438
nix build .#wp2static

.github/workflows/integration-tests.yml

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)