diff --git a/.github/workflows/nightlybuild.yml b/.github/workflows/nightlybuild.yml index 1ef71829..2da37647 100644 --- a/.github/workflows/nightlybuild.yml +++ b/.github/workflows/nightlybuild.yml @@ -20,12 +20,6 @@ jobs: with: dotnet-version: 3.1.100 - - name: Install ChromeDriver - uses: nanasess/setup-chromedriver@master - with: - # Optional: do not specify to match Chrome's version - chromedriver-version: '78.0.3904.105' - - name: Restore Nuget Packages run: dotnet restore SecurityService.sln --source https://api.nuget.org/v3/index.json --source https://www.myget.org/F/transactionprocessing/api/v3/index.json diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 83e34dee..7c2e7762 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -21,12 +21,6 @@ jobs: with: dotnet-version: 3.1.100 - - name: Install ChromeDriver - uses: nanasess/setup-chromedriver@master - with: - # Optional: do not specify to match Chrome's version - chromedriver-version: '78.0.3904.105' - - name: Restore Nuget Packages run: dotnet restore SecurityService.sln --source https://api.nuget.org/v3/index.json --source https://www.myget.org/F/transactionprocessing/api/v3/index.json @@ -50,4 +44,4 @@ jobs: - name: Setup tmate session if: failure() - uses: mxschmitt/action-tmate@v1 \ No newline at end of file + uses: mxschmitt/action-tmate@v1