Skip to content

Commit

Permalink
check for viability
Browse files Browse the repository at this point in the history
  • Loading branch information
drewcassidy committed Sep 4, 2024
1 parent 32a9d13 commit 6da5582
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: run tests

on:
push:
pull_request:

jobs:
test-plugin-mod:
uses: './tests/plugin-mod/workflow.yml'
14 changes: 14 additions & 0 deletions tests/plugin-mod/workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: test plugin mod build

on:
workflow_call:

env:
KSP_ROOT: /tmp/kspfoobar
RELEASE_STAGING: /tmp/release

jobs:
build:
runs-on: ubuntu-latest
steps:
- run: echo "Hello World"

0 comments on commit 6da5582

Please sign in to comment.