diff --git a/.github/workflows/tests-integration.yml b/.github/workflows/tests-integration.yml index 3b06830a..1d5c46e9 100644 --- a/.github/workflows/tests-integration.yml +++ b/.github/workflows/tests-integration.yml @@ -37,3 +37,7 @@ jobs: run: task test-integration env: OPSLEVEL_API_TOKEN: ${{ secrets.OPSLEVEL_PAT_API_TOKEN }} + - name: Run Tests + run: task test-unreleased + env: + OPSLEVEL_API_TOKEN: ${{ secrets.OPSLEVEL_PAT_API_TOKEN }}