Skip to content

Commit

Permalink
Reinstate goss action
Browse files Browse the repository at this point in the history
  • Loading branch information
jonakoudijs authored Dec 28, 2020
2 parents 88fc2b7 + bac415e commit f9d08a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
needs: check-requirements
steps:
- uses: actions/checkout@v2
- uses: e1himself/goss-installation-action@v1
- uses: e1himself/goss-installation-action
with:
version: 'v0.3.14'
- name: Parse API Version
run: echo "::set-env name=API_VERSION::$(echo $GITHUB_REF | awk -F '/' '{print $NF}' | cut -c 2-)"
- name: Docker Login
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: e1himself/[email protected]
with:
version: 'v0.3.14'
- name: Build Image
run: docker build -t steamcmd/api:latest .
- name: Test Image
run: docker run steamcmd/api:latest +quit
run: dgoss run steamcmd/api:latest

python-lint:
name: Python Lint
Expand Down

0 comments on commit f9d08a0

Please sign in to comment.