Skip to content

Commit

Permalink
Fix dirs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chainchad committed Jun 14, 2023
1 parent 0678d20 commit ea9c969
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/semver-compare-check-dist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ on:
- 'semver-compare/**'
workflow_dispatch:

defaults:
run:
shell: bash
working-directory: ./semver-compare

jobs:
check-dist:
runs-on: ubuntu-latest
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/semver-compare-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ on:
- '.github/workflows/semver-compare-ci.yaml'
- 'semver-compare/**'

defaults:
run:
shell: bash
working-directory: ./semver-compare

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -23,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./semver-compare
- uses: .
with:
version1: 2.0.0
operator: gt
Expand Down

0 comments on commit ea9c969

Please sign in to comment.