Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maksadbek committed Nov 9, 2024
1 parent 068e396 commit 55d0b02
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,16 @@ jobs:
# executable: bright-cli-linux-x64
node: 20
- os: macos-11
# executable: bright-cli-macos-x64
executable: bright-cli-macos-x64
node: 20
- os: macos-latest
# executable: bright-cli-macos-x64
executable: bright-cli-macos-x64
node: 20
- os: windows-latest
# executable: bright-cli-win-x64.exe
executable: bright-cli-win-x64.exe
node: 20
- os: windows-2019
# executable: bright-cli-win-x64.exe
executable: bright-cli-win-x64.exe
node: 20
steps:
- name: Install Packages (Fedora)
Expand Down Expand Up @@ -183,6 +183,7 @@ jobs:
# E2E_REPEATER_TARGET_URL: ${{ format('http://localhost:{0}', steps.target.outputs.port) }}
# E2E_REPEATER_TARGET_CMD: ${{ steps.target.outputs.cmd }}
# E2E_TEST_TIMEOUT: ${{ inputs.test_timeout }}

# docker:
# if: ${{ inputs.test-docker }}
# runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 55d0b02

Please sign in to comment.