zramsay
34a33761e8
All checks were successful
Smoke Test / Run basic test suite (push) Successful in 7s
21 lines
411 B
YAML
21 lines
411 B
YAML
name: Smoke Test
|
|
|
|
on:
|
|
pull_request:
|
|
branches: '*'
|
|
push:
|
|
branches: '*'
|
|
|
|
# Needed until we can incorporate docker startup into the executor container
|
|
env:
|
|
DOCKER_HOST: unix:///var/run/dind.sock
|
|
|
|
jobs:
|
|
test:
|
|
name: "Run basic test suite"
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: "Clone project repository"
|
|
uses: actions/checkout@v3
|
|
- name: "Print Date"
|
|
run: date |