mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 15:38:02 +01:00
(Temporary) rename to Integration Tests
Cursed step Added stuff
This commit is contained in:
@@ -66,7 +66,8 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
map: ['tether', 'stellar_delight', 'groundbase']
|
||||
name: Integration Tests (${{ matrix.map }})
|
||||
# name: Integration Tests (${{ matrix.map }})
|
||||
name: Integration Tests
|
||||
# needs: ['file_tests', 'dreamchecker']
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@@ -115,3 +116,12 @@ jobs:
|
||||
MAP: ${{ matrix.map }}
|
||||
REPLACE: false
|
||||
RUN: "0"
|
||||
|
||||
tests_successful:
|
||||
name: Integration Tests
|
||||
needs: ['file_tests', 'dreamchecker', 'unit_tests']
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Report Success
|
||||
run: |
|
||||
echo "Jobs Successful!"
|
||||
|
||||
Reference in New Issue
Block a user