diff --git a/.github/workflows/tests-workflow.yml b/.github/workflows/tests-workflow.yml index 12e233c..5db35de 100644 --- a/.github/workflows/tests-workflow.yml +++ b/.github/workflows/tests-workflow.yml @@ -6,7 +6,6 @@ jobs: name: Test on OTP ${{ matrix.otp_version }} and ${{ matrix.os }} runs-on: ${{ matrix.os }} - strategy: matrix: #otp_version: [23, 24, 25.0, 26] @@ -30,8 +29,10 @@ jobs: container: erlang:${{ matrix.otp_version }} steps: - - name: Checkout SQL bridge - uses: actions/checkout@v3 + - name: Install zstd (needed for MySQL Action) + run: | + apt update -y + apt install -y zstd # https://github.com/marketplace/actions/actions-setup-mysql - name: Install ${{ matrix.mysql }} @@ -53,6 +54,9 @@ jobs: # apt update -y # apt install -y postgresql-client mariadb-client + - name: Checkout SQL bridge + uses: actions/checkout@v3 + - name: Load databases & Run SQL Bridge eunit tests run: make ci env: