Skip to content

Commit

Permalink
GHA: Adds tests-shell.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Apr 29, 2020
1 parent f78f829 commit 01f93c8
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/tests-shell.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Tests-Shell

on:
- pull_request
- push

jobs:
Tests-Scripts:
runs-on: ubuntu-latest
container:
image: ea31337/ea-tester:dev
volumes:
- ${{ github.workspace }}/scripts/tests:/opt/scripts
steps:
- run: pwd
- run: tree
- run: id
- run: ls -la /opt/scripts
# @fixme
# - name: Test .vars.inc.sh file
# # working-directory: /opt/scripts/tests
# run: /opt/scripts/tests/test_vars.sh

0 comments on commit 01f93c8

Please sign in to comment.