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 0b67e23
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 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,16 +21,17 @@ 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
uses: s4u/setup-maven@v2
- id: setup-maven
name: Setup Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: '3.9.0'
maven-version: 3.9.0
- id: create_settings_xml
name: Create settings.xml
uses: whelk-io/maven-settings-xml-action@v22
Expand Down

0 comments on commit 0b67e23

Please sign in to comment.