Skip to content

The documentation repo becomes independent :) #305

The documentation repo becomes independent :)

The documentation repo becomes independent :) #305

Workflow file for this run

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