Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2d3c7500b1 |
@@ -0,0 +1,20 @@
|
||||
name: Platform CI tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: QuickStack deploy action tests
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Run action tests
|
||||
run: node --test .gitea/actions/quickstack-oci/deploy.test.mjs
|
||||
|
||||
Reference in New Issue
Block a user