Skip to content

Commit

Permalink
Update tests.yml to use sbx_test_action@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulthran authored Nov 10, 2023
1 parent 466a718 commit a805017
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ jobs:
uses: actions/checkout@v3

- name: Test with Sunbeam
uses: sunbeam-labs/sbx_test_action@v0
with:
sunbeam-version: 'main'
extension-name: 'sunbeam-labs/sbx_template'
extension-branch-name: ${{ github.head_ref }}
uses: sunbeam-labs/sbx_test_action@v1

test-units:
name: Run Unittests
Expand All @@ -37,4 +33,4 @@ jobs:

# TODO: Add demo unit tests
#- name: Run Tests
# run: pytest .tests/unit/
# run: pytest .tests/unit/

0 comments on commit a805017

Please sign in to comment.