From ed14bc3396d5f0005fe2a4f5b690fe05e0abce69 Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Sat, 25 Jan 2025 23:27:02 +0200 Subject: [PATCH] Re-enable tests on CI --- .github/workflows/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eaabd0a7..f9b979e2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,9 +27,6 @@ jobs: main: uses: Tyrrrz/.github/.github/workflows/nuget.yml@master with: - # CI tests currently don't work due to YouTube's anti-bot measures - # https://github.com/Tyrrrz/YoutubeExplode/issues/794 - skip-tests: true deploy: ${{ inputs.deploy || github.ref_type == 'tag' }} package-version: ${{ inputs.package-version || (github.ref_type == 'tag' && github.ref_name) || format('0.0.0-ci-{0}', github.sha) }} dotnet-version: 9.0.x