Skip to content

Commit

Permalink
baby steps for devxp-ci integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Maj committed Oct 21, 2024
1 parent 834464d commit d781f93
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# This workflow invokes a private end-to-end CI system for fuller integration testing
name: E2E Integration

on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
samples:
runs-on: ubuntu-latest
steps:
- name: Baby steps
run: echo "hello world"

0 comments on commit d781f93

Please sign in to comment.