Skip to content

Commit

Permalink
more actions yippe
Browse files Browse the repository at this point in the history
  • Loading branch information
LukynkaCZE committed Apr 4, 2024
1 parent 1b727ed commit 1324f0b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ on:

jobs:
build-test:
environment: Actions
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
GITHUB_USER: ${{ secrets.USER }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: gradle build
- run: gradle build -GITHUB_USER=${{ env.GITHUB_USER }} -GITHUB_TOKEN=${{ env.GITHUB_TOKEN }}
- run: gradle test
- name: Test Summary
uses: test-summary/action@v2
Expand Down

0 comments on commit 1324f0b

Please sign in to comment.