Skip to content

Commit

Permalink
ci(ci): fix job
Browse files Browse the repository at this point in the history
  • Loading branch information
itschip committed Jan 13, 2024
1 parent f1a74bd commit 4331db3
Showing 1 changed file with 3 additions and 30 deletions.
33 changes: 3 additions & 30 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@ name: Test Suite
on: [push, pull_request]

jobs:
nui_preformatting_tests:
name: Tests for NUI
nui__and_game_scripts:
name: Tests for NUI and Game scripts
runs-on: ubuntu-latest
defaults:
run:
working-directory: apps/phone

steps:
- name: Checkout
Expand All @@ -18,37 +15,13 @@ jobs:
with:
version: latest

- name: Install dependencies NUI
- name: Install dependencis
run: pnpm i --frozen-lockfile
- name: Check build status
run: pnpm build
env:
CI: true

game_scripts_test:
name: Tests for Game Scripts
runs-on: ubuntu-latest
defaults:
run:
working-directory: apps/game

steps:
- name: Checkout
uses: actions/checkout@v2

- name: Install pnpm
uses: pnpm/[email protected]
with:
version: latest

- name: Install dependencies NUI
run: pnpm i --frozen-lockfile
- name: Check build status
run: pnpm build
env:
CI: true


lint:
name: Lint Lua scripts
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4331db3

Please sign in to comment.