Skip to content

Commit 415d41c

Browse files
committed
Oops
1 parent 9361fad commit 415d41c

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/e2e-crossplatform.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ on:
1010
- packages/common/**
1111
- packages/e2e-tests/**
1212
- 3rd-party/**
13+
- .github/workflows/e2e**
14+
- .github/actions/setup-env/**
15+
- .github/actions/before-build/**
1316

1417
jobs:
1518
mac:
1619
uses: ./.github/workflows/e2e-mac.yml
17-
mac-qss:
18-
uses: ./.github/workflows/e2e-qss-mac.yml
1920
linux:
2021
uses: ./.github/workflows/e2e-linux.yml
2122
linux-qss:

packages/backend/src/nest/auth/services/roles/roles.service.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { generateProof, InviteResult, MemberContext, redactKeys, Team } from '@l
77
import { InviteLockboxMetadata } from '../crypto/types'
88

99
const logger = createLogger('auth:services:roles.spec')
10+
1011
describe('roles', () => {
1112
let adminSigChain: SigChain
1213
let secondSigChain: SigChain

0 commit comments

Comments
 (0)