Skip to content

Commit a15d0b0

Browse files
committed
Update the CI
1 parent 84dae80 commit a15d0b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ContinuousIntegration.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
coverage: none
1818
extensions: curl, intl, mbstring, simplexml
1919
php-version: latest
20+
- name: Install dependencies
21+
run: dotnet tool restore
2022
- name: Run tests
21-
uses: cake-build/cake-action@v3
22-
with:
23-
target: test
23+
run: dotnet cake --target=test

0 commit comments

Comments
 (0)