Skip to content

Commit a9bd1e5

Browse files
author
Greg Bowler
committed
test: use bluecadet test branch
1 parent 03fe8e1 commit a9bd1e5

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/workflows/ci-bluecadet.yaml

+23
Original file line numberDiff line numberDiff line change
@@ -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+
with:
22+
name: debug-output
23+
path: output.log

0 commit comments

Comments
 (0)