Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
EncodedVenom authored Jul 15, 2024
1 parent 0ce38c9 commit 1e4ffd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Luau
uses: encodedvenom/install-luau@v1
uses: encodedvenom/install-luau@v2.1

- name: Run Unit Tests
id: run_tests
Expand All @@ -25,4 +25,4 @@ jobs:
else
echo "Error: One or More Unit Tests Failed."
exit 1
fi
fi

0 comments on commit 1e4ffd4

Please sign in to comment.