This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user