Skip to content

deps:chore - update Node.js to v16.15.1 #2298

deps:chore - update Node.js to v16.15.1

deps:chore - update Node.js to v16.15.1 #2298

Workflow file for this run

# Copyright 2021 ZUP IT SERVICOS EM TECNOLOGIA E INOVACAO SA
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: Tests e2e
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
e2e-auth-horusec:
runs-on: ubuntu-latest
steps:
- name: Set up nodejs
uses: actions/setup-node@v2
with:
node-version: "14"
id: node
- uses: actions/checkout@v2
# - name: Run e2e tests
# env:
# NODE_TLS_REJECT_UNAUTHORIZED: 0
# run: |
# cd ./e2e/cypress
# make test-e2e-auth-horusec-without-application-admin
# - name: Upload cypress videos
# uses: actions/upload-artifact@v2
# if: failure()
# with:
# name: cypress-videos
# path: e2e/cypress/src/videos
e2e-auth-keycloak:
runs-on: ubuntu-latest
steps:
- name: Set up nodejs
uses: actions/setup-node@v2
with:
node-version: "14"
id: node
- uses: actions/checkout@v2
# - name: Run e2e tests
# env:
# NODE_TLS_REJECT_UNAUTHORIZED: 0
# run: |
# cd ./e2e/cypress
# make test-e2e-auth-keycloak-without-application-admin
# - name: Upload cypress videos
# uses: actions/upload-artifact@v2
# if: failure()
# with:
# name: cypress-videos
# path: e2e/cypress/src/videos