Skip to content

Commit

Permalink
Merge branch 'master' into credits
Browse files Browse the repository at this point in the history
  • Loading branch information
budziam authored Jun 16, 2021
2 parents 19fa15b + 736ea15 commit cd5306c
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,14 @@ jobs:
- sm_version: "1.10.0"
- sm_version: "1.11.0"
steps:
-
name: Check out the repo
- name: Check out the repo
uses: actions/checkout@v2
-
name: Compile plugins

- name: Compile plugins
run: ./build.sh ${{ matrix.sm_version }} test

- name: Archive build artifacts
uses: actions/upload-artifact@v2
with:
name: plugins
path: plugins

0 comments on commit cd5306c

Please sign in to comment.