Files
gmod-replace-hostile-npc/.gitea/workflows/test.yml
nomi-nonsz 50865478f1
All checks were successful
CI Test / gettools (push) Successful in 1m14s
hopium
2026-02-09 10:50:16 +07:00

24 lines
535 B
YAML

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