Skip to content

Commit

Permalink
Upgrade task version
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Martinez committed Oct 3, 2024
1 parent 9b76766 commit 1fa0b8b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
run: mvn clean install -DskipTests -Dstyle.color=always

- name: Archive build artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: build-artifacts
name: build-artifact
path: target/

api-tests:
Expand All @@ -37,11 +37,11 @@ jobs:
- build
steps:
- name: Download build artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: build-artifacts
name: build-artifact
path: target/

- name: Run API tests
shell: cmd
run: mvn test -DsuiteXmlFile=TestNG.xml -Dstyle.color=always -Dcucumber.filter.tags="@API"
Expand All @@ -53,9 +53,9 @@ jobs:
- build
steps:
- name: Download build artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: build-artifacts
name: build-artifact
path: target/

- name: Run WEB tests
Expand Down

0 comments on commit 1fa0b8b

Please sign in to comment.