Skip to content

Commit

Permalink
use central workflow for test
Browse files Browse the repository at this point in the history
  • Loading branch information
carlduevel committed Jan 10, 2022
1 parent 359da48 commit 345a297
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,13 @@
name: Build

name: Test
on:
push:
branches:
- main
pull_request:
schedule:
- cron: '11 1 * * 1'



jobs:
plugin_test:
name: asdf plugin test
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- name: asdf_plugin_test
uses: asdf-vm/actions/plugin-test@v1
with:
command: k2tf --version
test:
uses: carlduevel/asdf-plugin-build-harness/.github/workflows/build.yml@master
with:
command: k2tf --version

0 comments on commit 345a297

Please sign in to comment.