Update docs for ownership change (#2)
* Add files to prepare for ownership change * Fix tests * Update repo name * Update dependencies * Attempt to fix permissions issues blocking test * Update permissions * Add environment variable * Fix variable name * Update test.yml * Update test.yml
This commit is contained in:
@@ -11,9 +11,12 @@ jobs:
|
||||
# test action works running from the graph
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: |
|
||||
- name: Unit test
|
||||
run: |
|
||||
npm install
|
||||
node --experimental-vm-modules node_modules/jest/bin/jest.js
|
||||
npm run test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user