Skip to content

Commit

Permalink
Code review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmcmu committed May 29, 2024
1 parent 6328081 commit a3c2310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/baremetal-regression-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ jobs:
EXCLUDES: ${{ vars.EXCLUDED_TESTS }}
run: |
echo $EXCLUDES >> excluded-tests.txt
cat excluded-tests.txt
- name: Build Project
run: mvn clean install -DskipTests=true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/k8s-regression-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ jobs:
EXCLUDES: ${{ vars.EXCLUDED_TESTS }}
run: |
echo $EXCLUDES >> excluded-tests.txt
cat excluded-tests.txt
- name: Build Project
run: mvn clean install -DskipTests=true
Expand Down

0 comments on commit a3c2310

Please sign in to comment.