Skip to content

Commit

Permalink
remove upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jan 27, 2025
1 parent fa2dcc7 commit 461216c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/pre-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ jobs:
- run: mv out/mill-selective-execution/mill-selective-execution.json out/mill-selective-execution.json
shell: bash

- uses: actions/[email protected]
with:
path: .
name: ${{ inputs.os }}-artifact
include-hidden-files: true

- run: chmod -R 777 . # normalize permissions before and after upload/download-artifact
- run: ./mill -i --debug -k selective.resolve 'example.javalib.basic[1-simple].native.server.test'
- run: ./mill -i --debug -k selective.resolveTree 'example.javalib.basic[1-simple].native.server.test'
Expand Down

0 comments on commit 461216c

Please sign in to comment.