Skip to content

Commit 90c5e4c

Browse files
authored
Update github-actions-demo.yml
1 parent 37db681 commit 90c5e4c

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/github-actions-demo.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ jobs:
55
Explore-GitHub-Actions:
66
runs-on: ubuntu-latest
77
steps:
8-
# - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
9-
# - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
10-
# - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
11-
# - name: Check out repository code
12-
# uses: actions/checkout@v4
13-
# - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
14-
# - run: echo "🖥️ The workflow is now ready to test your code on the runner."
15-
# - name: List files in the repository
16-
# run: |
17-
# ls ${{ github.workspace }}
18-
# - run: echo "🍏 This job's status is ${{ job.status }}."
8+
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
9+
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
10+
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
11+
- name: Check out repository code
12+
uses: actions/checkout@v4
13+
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
14+
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
15+
- name: List files in the repository
16+
run: |
17+
ls ${{ github.workspace }}
18+
- run: echo "🍏 This job's status is ${{ job.status }}."
1919

2020
- run: mkdir build
2121
- run: cd build
22-
- run: cmake -DCOVERALLS=ON -DCMAKE_BUILD_TYPE=Debug ${{ github.repository }}/minijvm/c
22+
- run: cmake -DCOVERALLS=ON -DCMAKE_BUILD_TYPE=Debug ${{ github.workspace }}/minijvm/c
2323
- run: cmake --build .
2424
- run: cmake --build . --target mini_jvm

0 commit comments

Comments
 (0)