Skip to content

Commit

Permalink
Merge pull request #354 from Zemnmez/versioned-branch-dev
Browse files Browse the repository at this point in the history
Copy from main to versioned workflow includes versioning tests.
  • Loading branch information
Zemnmez authored Jun 10, 2022
2 parents b520191 + d971477 commit cd9ed20
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
~/.cache/bazelisk
~/.cache/bazel
key: ${{ runner.os }}-${{ env.cache-name }}
- name: All tests
- name: Special 'versioned' branch tests
run: bazelisk test //... --test_tag_filters=do_not_run_on_main

deployment:
Expand Down Expand Up @@ -129,6 +129,17 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Restore bazel cache
uses: actions/cache@v3.0.4
env:
cache-name: bazel-cache
with:
path: |
~/.cache/bazelisk
~/.cache/bazel
key: ${{ runner.os }}-${{ env.cache-name }}
- name: Run special 'versioned' branch tests
run: bazelisk test //... --test_tag_filters=do_not_run_on_main
- run: ./.github/scripts/copy_to_versioned.sh
shell: bash
env:
Expand Down

0 comments on commit cd9ed20

Please sign in to comment.