Skip to content

Commit

Permalink
Fix pysen-test (#45)
Browse files Browse the repository at this point in the history
* no use symolic link

* use relational path from .github/actions/pysen-test
  • Loading branch information
linshokaku authored Feb 20, 2024
1 parent 4fc4233 commit e345592
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/actions/pysen-test/Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion .github/actions/pysen-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'pysen-test'
description: 'Run pysen test'
runs:
using: 'docker'
image: 'Dockerfile'
image: '../../../assets/Dockerfile'
entrypoint: '/bin/bash'
args:
- '-c'
Expand Down

0 comments on commit e345592

Please sign in to comment.