diff options
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/json-schema-traverse/.github/workflows/build.yml')
-rw-r--r-- | sandbox/testAppNevena/Front/node_modules/json-schema-traverse/.github/workflows/build.yml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/json-schema-traverse/.github/workflows/build.yml b/sandbox/testAppNevena/Front/node_modules/json-schema-traverse/.github/workflows/build.yml deleted file mode 100644 index f8ef5ba8..00000000 --- a/sandbox/testAppNevena/Front/node_modules/json-schema-traverse/.github/workflows/build.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: build - -on: - push: - branches: [master] - pull_request: - branches: ["*"] - -jobs: - build: - runs-on: ubuntu-latest - - strategy: - matrix: - node-version: [10.x, 12.x, 14.x] - - steps: - - uses: actions/checkout@v2 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 - with: - node-version: ${{ matrix.node-version }} - - run: npm install - - run: npm test - - name: Coveralls - uses: coverallsapp/github-action@master - with: - github-token: ${{ secrets.GITHUB_TOKEN }} |