Skip to content

Commit

Permalink
Merge pull request #16 from gisaia/feat/currentOrgDisplayName
Browse files Browse the repository at this point in the history
feat: current org display name
  • Loading branch information
sebbousquet authored Feb 2, 2023
2 parents c57d7e8 + 50a9f90 commit 0df395a
Show file tree
Hide file tree
Showing 10 changed files with 569 additions and 830 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Use Node 16
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 16

- name: Cache node modules
id: cache-nodemodules
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
1 change: 0 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Karma configuration file, see link for more information
// https://karma-runner.github.io/1.0/config/configuration-file.html
process.env.CHROME_BIN = require('puppeteer').executablePath();

module.exports = function (config) {
config.set({
Expand Down
Loading

0 comments on commit 0df395a

Please sign in to comment.