Skip to content

Update tests.yaml

Update tests.yaml #211

Workflow file for this run

name: Tests

Check failure on line 1 in .github/workflows/tests.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/tests.yaml

Invalid workflow file

(Line: 13, Col: 15): Expected format {org}/{repo}[/path]@ref. Actual 'gradle/wrapper-validation-action@v3@v3'
on: [push,workflow_dispatch]
jobs:
run-iq-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: '21'
distribution: adopt
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v3@v3
- name: Run the Gradle package task
uses: gradle/gradle-build-action@v3
env:
CAPELLA_DOMAIN: https://api.dev.nonprod-project-avengers.com
IQ_ORG_ID: ${{ secrets.IQ_ORG_ID }}
IQ_ORG_LOGIN: ${{ secrets.IQ_ORG_LOGIN }}
IQ_ORG_PASSWD: ${{ secrets.IQ_ORG_PASSWD }}
with:
arguments: test