diff --git a/.github/workflows/sqaaas.yaml b/.github/workflows/sqaaas.yaml new file mode 100644 index 00000000..9813070f --- /dev/null +++ b/.github/workflows/sqaaas.yaml @@ -0,0 +1,25 @@ +name: SQAaaS OSCAR + +on: + push: + branches: ["sqa"] + tags: + - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 +jobs: + + sqaaas_job: + runs-on: ubuntu-latest + steps: + - name: Add tox unit test step definition for a SQAaaS assessment + uses: eosc-synergy/sqaaas-step-action@v1 + id: go_unit_test + with: + name: go_unit_test + container: "golang:1.21.4-alpine3.18" + tool: commands + commands: "go test ./... -v" + + - name: SQAaaS assessment step + uses: eosc-synergy/sqaaas-assessment-action@v2 + with: + qc_uni_steps: go_unit_test diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 7ac7a8d5..bf95618d 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -8,10 +8,10 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: go-version: '1.21' diff --git a/docs/integration-egi.md b/docs/integration-egi.md index 4356f57f..f7a348c2 100644 --- a/docs/integration-egi.md +++ b/docs/integration-egi.md @@ -98,6 +98,7 @@ Once logged in via EGI Check-In you can obtain an Access Token with one of this oidc-token ``` where `account-short-name` is the name of your account configuration. + * From the EGI Check-In Token Portal: [https://aai.egi.eu/token](https://aai.egi.eu/token) ![egi-checkin-token-portal.png](images/oidc/egi-checkin-token-portal.png)