Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chadbrewbaker authored Sep 19, 2024
1 parent 2fd2d75 commit 649f000
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ jobs:
steps:
- run: uname -a
- run: cat /etc/os-release
- run: gcc wc.c -o wc.out
- run: ./wc.out wc.c

- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
Expand All @@ -20,3 +19,6 @@ jobs:
run: |
ls ${{ github.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- run: pwd
- run: gcc wc.c -o wc.out
- run: ./wc.out wc.c

0 comments on commit 649f000

Please sign in to comment.