Skip to content

Commit

Permalink
Merge branch 'lockfile_testing' into lockfile_testing
Browse files Browse the repository at this point in the history
  • Loading branch information
iancha1992 authored Dec 26, 2023
2 parents f529883 + 98733ba commit edca8d5
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/update-lockfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Install bazelisk
run: |
echo hi
curl -LO "https://github.com/bazelbuild/bazelisk/releases/download/v1.19.0/bazelisk-linux-amd64"
mkdir -p "${GITHUB_WORKSPACE}/bin/"
mv bazelisk-linux-amd64 "${GITHUB_WORKSPACE}/bin/bazel"
chmod +x "${GITHUB_WORKSPACE}/bin/bazel"
# - name: Install bazelisk
# run: |
# curl -LO "https://github.com/bazelbuild/bazelisk/releases/download/v1.19.0/bazelisk-linux-amd64"
# mkdir -p "${GITHUB_WORKSPACE}/bin/"
# mv bazelisk-linux-amd64 "${GITHUB_WORKSPACE}/bin/bazel"
# chmod +x "${GITHUB_WORKSPACE}/bin/bazel"
- name: Testing
run: |
echo hi testing!
Expand Down

0 comments on commit edca8d5

Please sign in to comment.