Skip to content

Commit

Permalink
MAPAPPS-7318 setup github action
Browse files Browse the repository at this point in the history
  • Loading branch information
andrfra committed Jan 7, 2025
1 parent f4a7c68 commit 4ab4c5a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/playwright-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: run playwright tests

on:
workflow_dispatch:
push:
branches: [ dev-playwright ]
pull_request:
branches: [ dev-playwright ]

jobs:
build:
Expand All @@ -18,13 +21,14 @@ jobs:
'**/node_modules'
~/.m2/repository
key: ${{ runner.os }}-node_modules-${{ hashFiles('**/package.json') }}
- id: setup
- id: setup-java
name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
- name: Setup Maven
- id: setup-maven
name: Setup Maven
uses: s4u/setup-maven@v2
with:
maven-version: '3.9.0'
Expand Down

0 comments on commit 4ab4c5a

Please sign in to comment.