Skip to content

Commit

Permalink
Create run-nala.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cod17828 authored May 24, 2024
1 parent 5f93788 commit f005a51
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/run-nala.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Nala Tests

on:
pull_request:
types: [ labeled, opened, synchronize, reopened ]

jobs:
action:
name: Running E2E & IT
if: contains(github.event.pull_request.labels.*.name, 'run-nala')
runs-on: ubuntu-latest

steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Run Nala
uses: adobecom/nala@main # Change if doing dev work
env:
labels: ${{ join(github.event.pull_request.labels.*.name, ' ') }}
branch: ${{ github.event.pull_request.head.ref }}
repoName: ${{ github.repository }}

0 comments on commit f005a51

Please sign in to comment.