Skip to content

Commit

Permalink
Create ci-errors.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
begonaguereca authored Sep 26, 2024
1 parent beaf0e9 commit bdab8fa
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/ci-errors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
on:
push:
branches:
- main
workflow_dispatch:

jobs:
test-api-call:
name: Test API Call
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]

steps:
- name: Checkout Code
uses: actions/checkout@v3

- name: Run API Call
run: |
echo "Running test API call on ${{ matrix.os }}"
curl -s -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/e2e-testing-bbs-windows/E2E-WINDOWS-repo-2/commits
shell: bash

0 comments on commit bdab8fa

Please sign in to comment.