Files
gmod-replace-hostile-npc/.gitea/workflows/test.yml
nomi-nonsz 24edabf74f
Some checks failed
CI Test / gettools (push) Failing after 1m54s
test new 7
2026-02-09 10:11:58 +07:00

24 lines
505 B
YAML

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