Skip to content

Commit

Permalink
Test search
Browse files Browse the repository at this point in the history
  • Loading branch information
RenkiBrenki committed Apr 12, 2024
1 parent 5f94d63 commit c29cd4e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

# 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
- name: Check for test
run: |
echo Add other actions to build,
echo test, and deploy your project.
if [ -f BacodeUtilTest.kt ]; then
echo "Barcode util test found!"
else
echo "Test script not found" > error.txt
exit 1
fi
continue-on-error: true

0 comments on commit c29cd4e

Please sign in to comment.