Skip to content

Commit

Permalink
Renamed steps
Browse files Browse the repository at this point in the history
  • Loading branch information
leshikus committed Oct 8, 2024
1 parent 1ab1a3a commit 1cca114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
-DCMAKE_INSTALL_PREFIX=/home/runner/work/llvm-mlir/_mlir_install
cmake --build _build --target install
- name: Build IMEX and run lit tests
- name: Create coverity build
run: |
external_lit=`which lit`
echo ${external_lit}
Expand All @@ -136,7 +136,7 @@ jobs:
cd $HOME
tar zcf cov-int.tgz cov-int
- name: Create coverity build
- name: Create coverity artifact
run: |
cd $HOME
curl -X POST \
Expand Down

0 comments on commit 1cca114

Please sign in to comment.