Skip to content

Commit

Permalink
Update unittests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 authored Dec 4, 2024
1 parent e605989 commit 8fcfa94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-24.04
environment: github-actions
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -39,6 +40,7 @@ jobs:

needs: test
runs-on: ubuntu-24.04
environment: github-actions
env:
SONATYPE_USER: ${{ secrets.SONATYPE_USER }}
SONATYPE_PASS: ${{ secrets.SONATYPE_PASS }}
Expand Down

0 comments on commit 8fcfa94

Please sign in to comment.