Skip to content

fix(ci): workaround: fix test on player as test on mac 14 arm64 keeps… #429

fix(ci): workaround: fix test on player as test on mac 14 arm64 keeps…

fix(ci): workaround: fix test on player as test on mac 14 arm64 keeps… #429

Workflow file for this run

name: Run unit tests
on: [push]
jobs:
test:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Set API key
run: |
sed -i -e "s/INTEGRATION_TESTS_API_KEY/${INTEGRATION_TESTS_API_KEY}/" ./Tests/ApiVideoPlayerTests/Parameters.swift
env:
INTEGRATION_TESTS_API_KEY: ${{ secrets.INTEGRATION_TESTS_API_TOKEN }}
- name: Running tests
run: swift test