Skip to content

Commit

Permalink
attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
drewcassidy committed Sep 4, 2024
1 parent 6da5582 commit 5f3e295
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: test plugin mod build
on:
workflow_call:

env:
KSP_ROOT: /tmp/kspfoobar
RELEASE_STAGING: /tmp/release
defaults:
run:
working-directory: ./tests/plugin-mod

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ on:
pull_request:

jobs:
test-plugin-mod:
uses: './tests/plugin-mod/workflow.yml'
test-plugin:
uses: './.github/workflows/test-plugin.yml'

0 comments on commit 5f3e295

Please sign in to comment.