test new 1
Some checks failed
CI Test / gettools (push) Failing after 1m7s

This commit is contained in:
2026-02-09 09:39:37 +07:00
parent ce0819540e
commit 440acf6a8b

View File

@@ -7,22 +7,19 @@ on:
pull_request:
jobs:
test:
gettools:
runs-on: ubuntu-latest
container:
image: node:20
image: cm2network/steamcmd
volumes:
- /tmp:/mnt
- ./data/steamcmd_login_volume:/home/steam/Steam
- ./data/steamcmd_volume:/home/steam/steamcmd
steps:
- name: Check directory
run: |
pwd
ls /mnt
- name: Checkout code
uses: actions/checkout@v4
- name: touch something
- name: Login steam cmd
run: |
touch touched.lol
ls
~/steamcmd.sh +login ${{ secrets.STEAM_USERNAME }} ${{ secrets.STEAM_PASSWORD }} +quit