From 4d03b909c816d02fd65f1f3c3233f8b66cae84d2 Mon Sep 17 00:00:00 2001 From: Alan Pinkert Date: Tue, 18 Jul 2023 19:42:27 -0400 Subject: [PATCH] add new shell --- .github/workflows/test-rules-engine.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-rules-engine.yml b/.github/workflows/test-rules-engine.yml index b8be9993..3f940f3a 100644 --- a/.github/workflows/test-rules-engine.yml +++ b/.github/workflows/test-rules-engine.yml @@ -1,4 +1,4 @@ -name: lint Rules Engine +name: rules engine on: [push] @@ -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 @@ -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