Skip to content

Add upload retries

Add upload retries #71

Workflow file for this run

name: 'Studio Client .NET Test'
on: [push]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- name: Run Tests
env:
SKYLAB_API_TOKEN: ${{ secrets.SKYLAB_API_TOKEN }}
SKYLAB_API_URL: ${{ secrets.SKYLAB_API_URL }}
run: dotnet test StudioClient.Tests