From 047f5dab5ff44cd17a71bfe7ec8d807b765bf631 Mon Sep 17 00:00:00 2001 From: Chris Gavin Date: Wed, 20 Jan 2021 14:02:21 +0000 Subject: [PATCH] Add an integration test for GitHub Enterprise Server. --- .github/workflows/ci.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 469e959..2bb4691 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,6 +40,24 @@ jobs: - name: Test run: go test ./... + integration_ghes: + name: Integration Test (GitHub Enterprise Server) + runs-on: ubuntu-20.04 + if: ${{ github.event != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }} + steps: + - name: Checkout + uses: actions/checkout@v2 + - name: Setup Go + uses: actions/setup-go@v2 + with: + go-version: 1.14.7 + - name: Build + run: go build + - name: Test + run: ./codeql-action-sync sync --destination-url https://ghe.io/ --destination-repository codeql-action-sync-tool/integration-test + env: + CODEQL_ACTION_SYNC_TOOL_DESTINATION_TOKEN: ${{ secrets.INTEGRATION_TEST_GHES_TOKEN }} + lint: name: Lint runs-on: ubuntu-20.04 pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy