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 -