Skip to content

Commit

Permalink
Drop profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
nya3jp committed May 23, 2024
1 parent e0cc97b commit ee01154
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ jobs:
uses: actions/checkout@v4
- name: Build
run: bazelisk build //...
- name: Copy command.profile.gz
run: cp "$(bazelisk info output_base)/command.profile.gz" ./
- name: Upload command.profile.gz
uses: actions/upload-artifact@v2
with:
name: command.profile.${{ matrix.os }}.gz
path: command.profile.gz
- name: Run unit tests
run: bazelisk test --keep_going --test_strategy=exclusive //...
- name: Run e2e tests
Expand Down

0 comments on commit ee01154

Please sign in to comment.