Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# .github/workflows/ci.yml
name: CI – Cloudinary React Native SDK

on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm

- run: npm ci
- run: npm run prepack
- run: npm test
22 changes: 0 additions & 22 deletions .travis.yml

This file was deleted.