Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ionarevamp authored Apr 4, 2024
1 parent 9f1974e commit 1ccbcfa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Show Debug Info
- name: Show Directory
run: ls
- name: Show Directory Name
run: echo $PWD
- name: Test 'la' command
run: la import.sh
- name: Import
run: /home/runner/Rustemon/Rustemon/import.sh
Expand Down

0 comments on commit 1ccbcfa

Please sign in to comment.