From daa67589403bbf0087e55373db7e222cd37d1f3a Mon Sep 17 00:00:00 2001 From: dadgam3er Date: Wed, 18 Sep 2024 03:32:52 -0400 Subject: [PATCH] moreLocators --- .gitea/workflows/SeleniumAction.yaml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/.gitea/workflows/SeleniumAction.yaml b/.gitea/workflows/SeleniumAction.yaml index 3b14701..c537cc6 100644 --- a/.gitea/workflows/SeleniumAction.yaml +++ b/.gitea/workflows/SeleniumAction.yaml @@ -15,21 +15,5 @@ jobs: - run: echo "🖥️ The workflow is now ready to test your code on the runner." - name: List files in the repository run: | - ls ${{ gitea.workspace }} + ls ${{ gitea.workspace }} - run: echo "🍏 This job's status is ${{ job.status }}." - - mvnSelBuild: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-java@v3 - with: - java-version: '17' - distribution: 'temurin' - - name: Install Maven - run: | - sudo apt-get update - sudo apt-get install -y maven - - run: echo "Starting maven test cases..., this may take a couple minutes." - - run: mvn test -