Files
gmod-replace-hostile-npc/.gitea/workflows/test.yml
nomi-nonsz 09ce9906cd
Some checks failed
CI Test / gettools (push) Has been cancelled
test new 8
2026-02-09 10:15:39 +07:00

26 lines
576 B
YAML

name: CI Test
on:
push:
branches:
- pipeline/test
pull_request:
jobs:
gettools:
runs-on: ubuntu-latest
container:
image: cm2network/steamcmd
volumes:
- steamcmd_test_volume:/tmp
- steamcmd_login_volume:/home/steam/Steam
- steamcmd_volume:/home/steam/steamcmd
env:
STEAMCMD_DIR: /home/steam/steamcmd
steps:
- name: Login steam cmd
run: |
touch /tmp/something.lol
$STEAMCMD_DIR/steamcmd.sh +login ${{ secrets.STEAM_USERNAME }} ${{ secrets.STEAM_PASSWORD }} +quit