Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aklakina authored Feb 23, 2024
1 parent 5160038 commit 5502c81
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
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
Expand Down Expand Up @@ -47,7 +46,6 @@ jobs:
- name: Create the build directory with the test sources
run: ./build.sh

- name: Lua Busted
uses: lunarmodules/busted@v2.2.0
with:
args: $GITHUB_WORKSPACE/build/unitTests.lua
- name: Run lua unit tests
run: lua $GITHUB_WORKSPACE/build/unitTests.lua

0 comments on commit 5502c81

Please sign in to comment.