We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8beae13 commit f505fe1Copy full SHA for f505fe1
.github/workflows/ux.symfony.com.yaml
@@ -0,0 +1,26 @@
1
+name: ux.symfony.com
2
+
3
+on:
4
+ push:
5
+ pull_request:
6
7
+jobs:
8
+ tests:
9
+ runs-on: ubuntu-latest
10
+ defaults:
11
+ run:
12
+ shell: bash
13
+ working-directory: ux.symfony.com
14
15
+ steps:
16
+ - uses: actions/checkout@v3
17
18
+ - uses: shivammathur/setup-php@v2
19
+ with:
20
+ php-version: 8.1
21
22
+ - name: Install dependencies
23
+ uses: ramsey/composer-install@v2
24
25
+ - name: Tests
26
+ run: vendor/bin/phpunit
0 commit comments