Skip to content

Commit

Permalink
Drop install.log in CI for Java interoperability
Browse files Browse the repository at this point in the history
  • Loading branch information
nberth committed Aug 21, 2024
1 parent 7fa0de4 commit 499275d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/macos-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,6 @@ jobs:
run: |
cd _build
sudo make install
find /opt/cobol > install.log
- name: Upload install.log
uses: actions/upload-artifact@v4
with:
name: install-${{ matrix.os }}.log
path: _build/install.log
- name: check
if: matrix.os == 'macos-latest'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ubuntu-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ jobs:
make -C _build check \
TESTSUITEFLAGS="--recheck --verbose"
# Note: NIST tests are not performed by this CI workflow: they
# do not involve any Java interoperability feature.

- name: Upload testsuite.log
uses: actions/upload-artifact@v4
if: failure()
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/windows-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,4 @@ jobs:
- name: install
run: |
make -C _build install
find /opt/cobol > _build/install.log
shell: msys2 {0}

- name: Upload install.log
uses: actions/upload-artifact@v4
with:
name: install-${{matrix.sys}}.log
path: _build/install.log

0 comments on commit 499275d

Please sign in to comment.