Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
WIP: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-Latukha committed Nov 12, 2021
1 parent adde969 commit c97141d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/hlint-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

defaults:
run:
working-directory: "./hlint-run"
working-directory: "hlint-run"

jobs:
unit-tests:
Expand All @@ -30,7 +30,6 @@ jobs:
uses: rwe/actions-hlint-setup@v1

- run: hlint --version

# 2021-11-12: NOTE: Is this would be relative to the default workdir?
- uses: ./
with:
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/hlint-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,26 @@ on:

defaults:
run:
working-directory: "./hlint-setup"
working-directory: "hlint-setup"

jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn
working-directory: "hlint-setup"
- run: yarn test
working-directory: "hlint-setup"

test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn
working-directory: "hlint-setup"
- run: yarn compile
- run: yarn package
# 2021-11-12: NOTE: Is this would be relative to the default workdir?
- uses: ./
- uses: ./hlint-setup
- run: hlint --version

0 comments on commit c97141d

Please sign in to comment.