Skip to content

Commit

Permalink
workaround for now
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Jun 28, 2024
1 parent fd85fc1 commit d156994
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,13 @@ jobs:
echo PYTHON_VERSION="${PYTHON_VERSION/3/3.}" >> $GITHUB_ENV
shell: bash

- uses: ./.github/actions/run-ee-server
# TODO: make Windows run EE tests
- name: Only run CE tests for Windows for now
if: ${{ inputs.platform-tag == 'win_amd64' }}
uses: docker run -d -p 3000:3000 --name aerospike aerospike/aerospike-server

- if: ${{ inputs.platform-tag == 'macosx_arm64' }}
uses: ./.github/actions/run-ee-server

- name: Create config.conf
run: cp config.conf.template config.conf
Expand Down

0 comments on commit d156994

Please sign in to comment.