[Snyk] Security upgrade com.applitools:eyes-selenium-java3 from 3.207.1 to 3.212.1 #9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Applitools - Run Defaults | |
| on: | |
| push: | |
| branches: [ master ] | |
| pull_request: | |
| branches: [ master ] | |
| workflow_dispatch: | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - name: Use java ${{ matrix.java-version }} | |
| uses: actions/setup-java@v2 | |
| with: | |
| java-version: 11 | |
| distribution: 'adopt' | |
| - name: Install dependencies | |
| run: mvn install | |
| - name: Run Test | |
| run: mvn exec:java -Dexec.mainClass="com.applitools.quickstarts.AppTest" -Dexec.classpathScope=test | |
| env: | |
| APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }} | |