Skip to content

Commit

Permalink
[MWPW-158583] Update old run-nala GitHub action job (#2896)
Browse files Browse the repository at this point in the history
* update run-nala yaml to support running on consuming apps

* update the condition

* update the if condition

* update delimeter correctly

---------

Co-authored-by: Santoshkumar Sharanappa Nateekar <[email protected]>
  • Loading branch information
skumar09 and Santoshkumar Sharanappa Nateekar authored Sep 18, 2024
1 parent abcb834 commit a5d84bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run-nala.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Nala Tests
name: Nala Tests (Consuming Apps)

on:
pull_request:
Expand All @@ -8,11 +8,12 @@ jobs:
action:
name: Running E2E & IT
runs-on: ubuntu-latest
if: contains(join(github.event.pull_request.labels.*.name, ' '), 'run-nala-on-')

steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Run Nala
- name: Run Nala Tests (Consuming Apps)
uses: adobecom/nala@main # Change if doing dev work
env:
labels: ${{ join(github.event.pull_request.labels.*.name, ' ') }}
Expand Down

0 comments on commit a5d84bc

Please sign in to comment.