Skip to content

Commit

Permalink
Add back unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahkoop committed Sep 21, 2023
1 parent eae986f commit 4cd7445
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ jobs:
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}

# Run unit tests after a successful build
# unit_test_browser_switch:
# name: Unit Test Browser Switch
# runs-on: ubuntu-latest
# steps:
# - name: Checkout Repository
# uses: actions/checkout@v2
# - name: Setup Java
# uses: ./.github/actions/setup_java
# - name: Run Unit Tests
# run: ./ci unit_tests
unit_test_browser_switch:
name: Unit Test Browser Switch
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup Java
uses: ./.github/actions/setup_java
- name: Run Unit Tests
run: ./ci unit_tests

# Publish after successful build and unit tests
publish_browser_switch:
Expand Down

0 comments on commit 4cd7445

Please sign in to comment.