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 a9689dc + baa60cd commit f529883
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update-lockfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
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!
pwd
ls
- name: Update lockfile
uses: iancha1992/continuous-integration/actions/lockfile-test@lockfile-test
# with:
Expand Down

0 comments on commit f529883

Please sign in to comment.