File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 ${{ runner.os }}-npm-
5151 ${{ runner.os }}-
5252 - run : npm ci --foreground-scripts
53- - run : |
54- sudo apt-get update
55- sudo apt-get install -y libsdl2-2.0-0 libsdl2-ttf-2.0-0
5653
5754 # Run test coverage
5855 - run : npm run test:coverage
Original file line number Diff line number Diff line change @@ -141,9 +141,6 @@ jobs:
141141 curl -fsSL https://bun.com/install | bash -s "bun-v${BUN_VERSION}"
142142 export PATH="${HOME}/.bun/bin:$PATH"
143143
144- apt-get update
145- apt-get install -y libsdl2-2.0-0 libsdl2-ttf-2.0-0
146-
147144 # Compile the executable and test it before compressing it
148145 npm ci --foreground-scripts
149146 npm run compile -- . igir
Original file line number Diff line number Diff line change @@ -128,10 +128,6 @@ jobs:
128128 run : |
129129 rm -rf packages/*/addon* packages/*/prebuilds*
130130 - run : npm install --foreground-scripts
131- - if : ${{ startsWith(matrix.os, 'ubuntu') }}
132- run : |
133- sudo apt-get update
134- sudo apt-get install -y libsdl2-2.0-0 libsdl2-ttf-2.0-0
135131
136132 # Test the source files
137133 - run : npm run test:unit
@@ -164,10 +160,6 @@ jobs:
164160 ${{ runner.os }}-npm-
165161 ${{ runner.os }}-
166162 - run : npm ci --ignore-scripts
167- - if : ${{ runner.os == 'Linux' }}
168- run : |
169- sudo apt-get update
170- sudo apt-get install -y libsdl2-2.0-0 libsdl2-ttf-2.0-0
171163 - run : npm run test:unit:bun
172164
173165 node-e2e :
@@ -203,9 +195,6 @@ jobs:
203195 ${{ runner.os }}-npm-
204196 ${{ runner.os }}-
205197 - run : npm ci --foreground-scripts
206- - run : |
207- sudo apt-get update
208- sudo apt-get install -y libsdl2-2.0-0 libsdl2-ttf-2.0-0
209198 # Test the built files
210199 - run : ./test/endToEndTest.sh
211200
You can’t perform that action at this time.
0 commit comments