Set Cross Origin Resource Policy to cross-origin #454
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: FCL-DISCOVERY Continuous Integration | |
| on: | |
| pull_request: | |
| branches: [master, v2] | |
| jobs: | |
| test_pull_request: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - uses: actions/setup-node@v1 | |
| with: | |
| node-version: 20.x | |
| - run: npm ci | |
| - run: npm test | |
| - run: npm run build |