add back dir listing
This commit is contained in:
parent
d3622c728a
commit
b376b0b9cb
1 changed files with 8 additions and 0 deletions
8
.github/workflows/push.yaml
vendored
8
.github/workflows/push.yaml
vendored
|
@ -72,6 +72,14 @@ jobs:
|
|||
- name: Install Satisfactory Dedicated Server
|
||||
run: steamcmd +login anonymous +force_install_dir $GITHUB_WORKSPACE/SatisfactoryDedicatedServer +app_update 1690800 validate +quit
|
||||
|
||||
- name: List directory (linux)
|
||||
if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||
run: ls -lR
|
||||
|
||||
- name: List directory (windows)
|
||||
if: ${{ matrix.os == 'windows-latest' }}
|
||||
run: tree /F
|
||||
|
||||
- name: Download GQL schema
|
||||
run: "npx graphqurl https://api.ficsit.app/v2/query --introspect -H 'content-type: application/json' > schema.graphql"
|
||||
|
||||
|
|
Loading…
Reference in a new issue