Skip to content

Commit

Permalink
add new shell
Browse files Browse the repository at this point in the history
  • Loading branch information
alanisaac committed Jul 18, 2023
1 parent 2433e9d commit 4d03b90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-rules-engine.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: lint Rules Engine
name: rules engine

on: [push]

Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up environment
uses: "./.github/actions/setup-rules-engine"
uses: "../.github/actions/setup-rules-engine"
with:
python-version: ${{ matrix.python-version }}
- name: Check typing
Expand All @@ -47,7 +47,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up environment
uses: "./.github/actions/setup-rules-engine"
uses: "../.github/actions/setup-rules-engine"
with:
python-version: ${{ matrix.python-version }}
- name: Run tests
Expand Down

0 comments on commit 4d03b90

Please sign in to comment.