We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2300a89 commit 0b47b1bCopy full SHA for 0b47b1b
.github/workflows/ci.yml
@@ -41,6 +41,8 @@ jobs:
41
42
- name: Run tests with coverage
43
run: npm run test:coverage
44
+ env:
45
+ ROLLBAR_ACCESS_TOKEN: not-a-token
46
47
- name: Run end-to-end tests
48
run: npm run test:e2e
0 commit comments