Skip to content

Commit

Permalink
feat: Smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Jan 24, 2024
1 parent b3473bb commit be3a0c3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ on:

jobs:
smoke-test:
runs-on: ubuntu-latest
runs-on:
- environment=production
- size=xxlarge
- provider=ethpandaops
- realm=platform
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit be3a0c3

Please sign in to comment.