Skip to content

Commit

Permalink
Feat: Add test step
Browse files Browse the repository at this point in the history
  • Loading branch information
scheying committed Sep 30, 2023
1 parent 895c53d commit fccd5aa
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@ on: workflow_dispatch

jobs:
test:

name: Test
runs-on: [self-hosted,linux]
permissions:
id-token: write
contents: write

steps:
- name: Check out repository
uses: actions/checkout@v3
with:
fetch-depth: '2'
uses: actions/checkout@v4

- name: Run Tests
id: run
uses: ../../.
uses: ./
with:
project_name: github-actions-baseproject-tests

0 comments on commit fccd5aa

Please sign in to comment.