Skip to content

Commit

Permalink
Merge branch 'master' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
maksadbek committed Nov 12, 2024
2 parents e24c51b + 8b9b23f commit cdffefa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ on:
- development
test_timeout:
description: "Test timeout in seconds"
default: 3600
default: 5000

jobs:
executables:
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- os: ubuntu-latest
executable: bright-cli-linux-x64
node: 20
- os: macos-11
- os: macos-12
executable: bright-cli-macos-x64
node: 20
- os: macos-latest
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
- name: Install Docker (MacOS)
if: ${{ startsWith(matrix.os, 'macos') }}
uses: docker-practice/actions-setup-docker@master
timeout-minutes: 12
timeout-minutes: 30

- name: Pull Image
run: docker pull brightsec/cli:${{ inputs.version }}
Expand Down

0 comments on commit cdffefa

Please sign in to comment.