Skip to content

Commit

Permalink
Modify Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mgazzali committed Jan 21, 2025
1 parent c1372cb commit 6311e5e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 56 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,22 @@ jobs:
run: |
echo Add other actions to build,
echo test, and deploy your project.
test:
needs: build
# The type of runner that the job will run on
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4

# Runs a single command using the runners shell
- name: Run a one-line script
run: echo Hello, world!

# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.
56 changes: 0 additions & 56 deletions .github/workflows/demo2,yml

This file was deleted.

0 comments on commit 6311e5e

Please sign in to comment.