Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #324 from github/robertbrignull/go_autobuild
Test Go autobuild
Robert authored and GitHub committed Nov 30, 2020

Unverified

No user is associated with the committer email.
2 parents 90e7805 + 32878b7 commit c6dbd5a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/integration-testing.yml
@@ -129,6 +129,29 @@ jobs:
env:
TEST_MODE: true

go-custom-tracing-autobuild:
# No need to test Go autobuild on multiple OSes since
# we're testing Go custom tracing with a manual build on all OSes.
runs-on: ubuntu-latest
env:
CODEQL_EXTRACTOR_GO_BUILD_TRACING: "on"

steps:
- uses: actions/checkout@v2
- name: Move codeql-action
shell: bash
run: |
mkdir ../action
mv * .github ../action/
mv ../action/tests/multi-language-repo/{*,.github} .
- uses: ./../action/init
with:
languages: go
- uses: ./../action/autobuild
- uses: ./../action/analyze
env:
TEST_MODE: true

multi-language-repo_rubocop:
runs-on: ubuntu-latest

0 comments on commit c6dbd5a

Please sign in to comment.