Skip to content

Commit 7c32a6c

Browse files
Merge pull request #24 from NeedleInAJayStack/ci/central
Uses GraphQLSwift CI
2 parents 52b1f3d + 9e142d0 commit 7c32a6c

File tree

4 files changed

+18
-73
lines changed

4 files changed

+18
-73
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 71 deletions
This file was deleted.

.github/workflows/test.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: test
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
pull_request:
7+
branches: [ main ]
8+
workflow_dispatch:
9+
10+
jobs:
11+
lint:
12+
uses: graphqlswift/ci/.github/workflows/lint.yaml@main
13+
14+
test:
15+
uses: graphqlswift/ci/.github/workflows/test.yaml@main
16+
with:
17+
include_android: false

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.9
1+
// swift-tools-version:5.8
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription

Tests/AsyncDataLoaderTests/DataLoaderTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,6 @@ final class DataLoaderTests: XCTestCase {
571571
let identityLoader = DataLoader<String, String>(
572572
options: DataLoaderOptions(executionPeriod: sleepConstant)
573573
) { keys in
574-
575574
keys.map { DataLoaderValue.success($0) }
576575
}
577576

0 commit comments

Comments
 (0)