Skip to content

Commit

Permalink
Refine test action
Browse files Browse the repository at this point in the history
  • Loading branch information
jondy committed Dec 11, 2024
1 parent 3663470 commit 8d32930
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/learn-github-actions.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: learn-github-actions
run-name: ${{ github.actor }} is learning GitHub Actions
name: test-github-actions
run-name: ${{ github.actor }} is testing GitHub Actions
on: [push]
jobs:
check-bats-version:
test-no-disk:
runs-on: ubuntu-latest
steps:
- run: sudo mv /dev/disk /dev/nondisk
- run: sudo mv /dev/disk /dev/notdisk
- run: pip install pyarmor
- run: pyarmor -g 1
- run: pyarmor -h

0 comments on commit 8d32930

Please sign in to comment.