Skip to content

Commit

Permalink
chore: use scip-go instead of lsif-go for precise indexing in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Strum355 committed Feb 23, 2024
1 parent 175f705 commit b32bd99
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/lsif-go.yml → .github/workflows/scip-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ on:
- push

jobs:
lsif-go:
scip-go:
runs-on: ubuntu-latest
container: sourcegraph/lsif-go:latest
container: sourcegraph/scip-go:latest
steps:
- uses: actions/checkout@v1
- name: Generate LSIF data
run: lsif-go
- name: Upload LSIF data
- name: Generate SCIP data
run: scip-go
- name: Upload SCIP data
# this will upload to Sourcegraph.com, you may need to substitute a different command.
# by default, we ignore failures to avoid disrupting CI pipelines with non-critical errors.
run: src lsif upload -github-token=${{ secrets.GITHUB_TOKEN }} -ignore-upload-failure
run: src code-intel upload -github-token=${{ secrets.GITHUB_TOKEN }} -ignore-upload-failure

0 comments on commit b32bd99

Please sign in to comment.