Skip to content

Commit

Permalink
Retrying
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Jun 24, 2024
1 parent d4aabef commit 056ad62
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,34 @@ on:
- "renovate/**"

jobs:
# install:
# runs-on: ubuntu-latest
# # container:
# # image: cypress/browsers:node-20.12.0-chrome-123.0.6312.86-1-ff-124.0.2-edge-123.0.2420.65-1
# # options: --user 1001
# steps:
# - name: Checkout
# uses: actions/checkout@v4
install:
runs-on: ubuntu-latest
# container:
# image: cypress/browsers:node-20.12.0-chrome-123.0.6312.86-1-ff-124.0.2-edge-123.0.2420.65-1
# options: --user 1001
steps:
- name: Checkout
uses: actions/checkout@v4

# - name: Cypress install
# uses: cypress-io/github-action@v6
# with:
# runTests: false
# # report machine parameters
# - run: yarn cypress info
# - run: node --version
# - run: node -p 'os.cpus()'
# - run: yarn types
# #- run: yarn lint
# #- run: yarn test:unit:ci
# # - run: yarn build:ci

# # - name: Save build folder
# # uses: actions/upload-artifact@v4
# # with:
# # name: build
# # if-no-files-found: error
# # path: build
- name: Cypress install
uses: cypress-io/github-action@v6
with:
runTests: false
# report machine parameters
- run: yarn cypress info
- run: node --version
- run: node -p 'os.cpus()'
- run: yarn types
#- run: yarn lint
#- run: yarn test:unit:ci
# - run: yarn build:ci

# - name: Save build folder
# uses: actions/upload-artifact@v4
# with:
# name: build
# if-no-files-found: error
# path: build

ui-chrome-tests:
timeout-minutes: 15
Expand Down

0 comments on commit 056ad62

Please sign in to comment.