Skip to content

Commit 11aef41

Browse files
committed
integration tests are working
1 parent ceb7333 commit 11aef41

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
cache: 'npm'
2929
- run: npm ci
3030
- run: npm run lint:ci
31-
- run: DEBUG=replay* npm run coverage || echo "warn some tests failed remove this warning after re-recording"
31+
- run: DEBUG=replay* npm run coverage
32+
env:
33+
SOURCE_URL: ${{ secrets.SOURCE_URL }}
3234

3335
- name: Coveralls
3436
uses: coverallsapp/github-action@master

test/integration/users.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ describe.skip('/users', () => {
7171
],
7272
},
7373
info: {
74-
authentication_db: '_users',
75-
authentication_handlers: ['oauth', 'cookie', 'default'],
74+
// authentication_db: '_users',
75+
authentication_handlers: [/* 'oauth' */'cookie', 'default'],
7676
authenticated: 'default',
7777
},
7878
}, 'should have roles');

0 commit comments

Comments
 (0)