Skip to content

Commit

Permalink
Test other path usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Querela committed Oct 28, 2024
1 parent 5758aad commit cdf41b1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ jobs:
run: mvn clean install "archetype:update-local-catalog"

- name: Create endpoint project
env:
WORKPATH: work/${{ matrix.java-version }}/
run: |
PATH=work/${{ matrix.java-version }}/
mkdir -p "$PATH"
cd "$PATH"
mkdir -p "$WORKPATH"
cd "$WORKPATH"
mvn archetype:generate \
-DarchetypeGroupId=eu.clarin.sru.fcs \
-DarchetypeArtifactId=fcs-endpoint-archetype \
Expand Down

0 comments on commit cdf41b1

Please sign in to comment.