Skip to content

Commit

Permalink
Update delphi-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
darnocian authored May 27, 2024
1 parent 601a3f6 commit 46849d8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/delphi-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
shell: cmd
id: build_win32_debug
working-directory: scripts
run: bootstrap.bat Debug Win32
run: build.bat Debug Win32

- name: run win32 debug tests
shell: cmd
Expand All @@ -36,11 +36,6 @@ jobs:
name: TestResults
path: './test-results.xml'


- name: list files
run: |
dir
- name: Publish test results
uses: mikepenz/action-junit-report@v3
with:
Expand Down

0 comments on commit 46849d8

Please sign in to comment.