Skip to content

Commit

Permalink
creation of proper job in kapua CI to execute rest-api auth tests
Browse files Browse the repository at this point in the history
  • Loading branch information
angelo.andreussi committed Mar 1, 2024
1 parent 55cb91e commit 7707183
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/kapua-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,17 @@ jobs:
with:
tag: '@endpoint'
needs-docker-images: 'true'
test-api-auth:
needs: build
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- name: Clones Kapua repo inside the runner
uses: actions/checkout@v3
- uses: ./.github/actions/runTestsTaggedAs
with:
tag: '@rest_auth'
needs-docker-images: 'true'
junit-tests:
needs: build
runs-on: ubuntu-latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Eurotech - initial API and implementation
###############################################################################
@env_docker_base
@rest
@rest_auth

Feature: REST API tests for User
REST API tests for authentication via login-pw and access token. Refresh access token feature is also covered
Expand Down

0 comments on commit 7707183

Please sign in to comment.