Skip to content

Commit

Permalink
πŸ’Ύ Saved.
Browse files Browse the repository at this point in the history
  • Loading branch information
k33g committed Feb 20, 2024
1 parent 0b6ea55 commit 84a356f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
runs-on: ubuntu-latest
needs: Explore-GitHub-Actions
steps:
- run: "πŸ‘‹ hello world 🌍"
- run: echo "πŸ‘‹ hello world 🌍"
4 changes: 3 additions & 1 deletion .github/workflows/github-actions-with-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ jobs:
steps:
- run: go version
- run: lsb_release -a
# todo use a go code

Go-Deeper-With-GitHub-Actions:
runs-on: ubuntu-latest
container:
image: philippecharriere494/my-ubuntu-go-nodejs-env:0.0.0
needs: Explore-GitHub-Actions
steps:
- run: "πŸ‘‹ hello world 🌍"
- run: echo "πŸ‘‹ hello world 🌍"
- run: node --version
# todo use a javascript code

0 comments on commit 84a356f

Please sign in to comment.