Skip to content

feat(swift5): use Basic auth instead of Bearer #298

feat(swift5): use Basic auth instead of Bearer

feat(swift5): use Basic auth instead of Bearer #298

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