Skip to content

Commit

Permalink
renaming integrations-tests to just tests
Browse files Browse the repository at this point in the history
  • Loading branch information
delchev committed Nov 25, 2023
1 parent 0aac1cc commit 54e48c8
Show file tree
Hide file tree
Showing 31 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ jobs:
- name: Maven Build
run: mvn -T 1C clean install -D maven.test.skip=true -D skipTests -D maven.javadoc.skip=true -D license.skip=true -U
- name: Integration tests
run: mvn -f integration-tests/pom.xml verify -P integration-tests
run: mvn -f tests/pom.xml verify -P integration-tests
- name: Upload selenide screenshots
uses: actions/upload-artifact@v3.1.3
if: always()
with:
retention-days: 1
name: selenide-screenshots
path: integration-tests/build/reports/tests
path: tests/build/reports/tests
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ jobs:
- name: Maven Build
run: mvn -T 1C clean install -D maven.test.skip=true -D skipTests -D maven.javadoc.skip=true -D license.skip=true -U
- name: Integration tests
run: mvn -f integration-tests/pom.xml verify -P integration-tests
run: mvn -f tests/pom.xml verify -P integration-tests
- name: Upload selenide screenshots
uses: actions/upload-artifact@v3.1.3
if: always()
with:
retention-days: 1
name: selenide-screenshots
path: integration-tests/build/reports/tests
path: tests/build/reports/tests
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@
<module>modules</module>
<module>components</module>
<module>build</module>
<module>integration-tests</module>
<module>tests</module>
</modules>

<dependencies>
Expand Down
File renamed without changes.

0 comments on commit 54e48c8

Please sign in to comment.