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 03fe8e1 commit a9bd1e5Copy full SHA for a9bd1e5
.github/workflows/ci-bluecadet.yaml
@@ -0,0 +1,23 @@
1
+name: CI-patch
2
+
3
+on: [push]
4
5
+jobs:
6
+ build-test:
7
+ runs-on: ubuntu-latest
8
9
+ steps:
10
+ - uses: actions/checkout@v3
11
12
+ - name: Install dependencies
13
+ uses: php-actions/composer@dev-bluecadet
14
15
+ with:
16
+ php_version: '8.1'
17
+ ssh_key: ${{ secrets.SSH_KEY }}
18
+ ssh_key_pub: ${{ secrets.SSH_KEY_PUB }}
19
20
+ - uses: actions/upload-artifact@v3
21
22
+ name: debug-output
23
+ path: output.log
0 commit comments