Skip to content

Commit

Permalink
testing charlies new github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott G. Daniel committed Nov 10, 2023
1 parent 938080c commit 31ff152
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@ jobs:
uses: actions/checkout@v3

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

- name: Dump Logs
shell: bash
Expand All @@ -33,4 +28,4 @@ jobs:
- name: Dump Stats
shell: bash
if: always()
run: cat stats/*
run: cat stats/*

0 comments on commit 31ff152

Please sign in to comment.