Skip to content

Commit c1ffe45

Browse files
authored
fix(CI): Run tests with private modules (#6540)
1 parent dde5792 commit c1ffe45

6 files changed

Lines changed: 87 additions & 97 deletions

File tree

.github/workflows/api-tests-with-private-packages.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@ on:
44
pull_request:
55
branches:
66
- main
7-
types: [labeled]
87

98
defaults:
109
run:
1110
working-directory: api
1211

1312
jobs:
1413
test:
15-
if: ${{ github.event.label.name == 'api' }}
16-
runs-on: depot-ubuntu-latest
14+
runs-on: depot-ubuntu-latest-16
1715
name: API Tests
1816

1917
services:

api/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ DOTENV_OVERRIDE_FILE ?= .env
99

1010
POETRY_VERSION ?= 2.2.1
1111

12-
SAML_REVISION ?= v1.6.5
13-
RBAC_REVISION ?= v0.11.6
12+
SAML_REVISION ?= v1.6.6
13+
RBAC_REVISION ?= v0.12.1
1414

1515
-include .env-local
1616
-include $(DOTENV_OVERRIDE_FILE)

0 commit comments

Comments
 (0)