Skip to content

Commit

Permalink
chore(ci): added missing inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
philprime committed Feb 22, 2023
1 parent b394949 commit 40a77e3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9,545 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:

jobs:
# unit tests
units:
run-unit-tests:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -22,10 +23,11 @@ jobs:
INPUT_TOKEN: ${{ github.token }}

# test action works running from the graph
test:
test-action:
name: Test GitHub Action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./
with:
milliseconds: 1000
repository: ${{ github.repository }}
Loading

0 comments on commit 40a77e3

Please sign in to comment.