Skip to content

Commit

Permalink
feat: add testt step
Browse files Browse the repository at this point in the history
  • Loading branch information
scheying committed Oct 2, 2023
1 parent 4229190 commit e462fb3
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Test
name: Tests

on: workflow_dispatch
on: pull_request

jobs:
test:
name: Test
name: Run Tests
runs-on: [self-hosted,linux]
permissions:
id-token: write
Expand All @@ -19,13 +19,4 @@ jobs:
uses: ./
with:
project_name: github-actions-baseproject-tests

release:
name: Release
needs: test
runs-on: [self-hosted,linux]
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: simple
package-name: gh-action-baseproject

0 comments on commit e462fb3

Please sign in to comment.